#951939

Color #951939 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #951939

Tints of Bright Red #951939

Color information

#951939 (or 0x951939) is unknown color: approx Bright Red. HEX triplet: 95, 19 and 39. RGB value is (149,25,57). Sum of RGB (Red+Green+Blue) = 149+25+57=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #951939 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951939 is #6AE6C6. Grayscale: #414141. Windows color (decimal): -7005895 or 3742101. OLE color: 3742101.

HSL color Cylindrical-coordinate representation of color #951939: hue angle of 344.52º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951939 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB1492557-
CMYK00.830.620.42
HSL344.52º71.26%34.12%-
HSV(B)344.52º83.22%58.43%-
XYZ13.487.384.58-
YUV65.72123.08187.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 64.50%
GREEN value IS 25 (10.16% from 255) = 10.82%
BLUE value IS 57 (22.66% from 255) = 24.68%
R=64.50%
G=10.82%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149255700.830.620.42344.5271.2634.12
Hex9519390533E2A1594722
Octal22531710123765253110742
Binary1001010111001111001010100111111101010101010110011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951939; }

 p { color: rgb(149,25,57); }

 H1.HeaderClassName
 {
   color: #951939;
 }
 .AnyTagClassName
 {
   color: #951939;
 }
</style>
background-color css

<style>
 a { background-color: #951939; }

 a { background-color: rgb(149,25,57); }

 div.DivClassName
 {
   background-color: #951939;
 }
 .BgClassName
 {
   background-color: #951939;
 }
</style>
border-color css

<style>
 span { border-color: #951939; }

 span { border-color: rgb(149,25,57); }

 td.TdClassName
 {
   border-color: #951939;
 }
 .TagClassName
 {
   border-color: #951939;
 }
</style>