#950604

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

Shades of Dark Red #950604

Tints of Dark Red #950604

Color information

#950604 (or 0x950604) is unknown color: approx Dark Red. HEX triplet: 95, 06 and 04. RGB value is (149,6,4). Sum of RGB (Red+Green+Blue) = 149+6+4=159 (21% of max value = 765). Red value is 149 (58.59% from 255 or 93.71% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 149 - color contains mainly: red. Hex color #950604 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950604 is #6AF9FB. Grayscale: #303030. Windows color (decimal): -7010812 or 263829. OLE color: 263829.

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

Color convert

RGB14964-
CMYK00.960.970.42
HSL0.83º94.77%30%-
HSV(B)0.83º97.32%58.43%-
XYZ12.486.530.72-
YUV48.53102.88199.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 93.71%
GREEN value IS 6 (2.73% from 255) = 3.77%
BLUE value IS 4 (1.95% from 255) = 2.52%
R=93.71%
G=3.77%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496400.960.970.420.8394.7730
Hex9564060612A15f1e
Octal22564014014152113736
Binary100101011101000110000011000011010101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950604; }

 p { color: rgb(149,6,4); }

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

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

 a { background-color: rgb(149,6,4); }

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

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

 span { border-color: rgb(149,6,4); }

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