#950D04

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

Shades of Dark Red #950D04

Tints of Dark Red #950D04

Color information

#950D04 (or 0x950D04) is unknown color: approx Dark Red. HEX triplet: 95, 0D and 04. RGB value is (149,13,4). Sum of RGB (Red+Green+Blue) = 149+13+4=166 (21% of max value = 765). Red value is 149 (58.59% from 255 or 89.76% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 149 - color contains mainly: red. Hex color #950D04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950D04 is #6AF2FB. Grayscale: #343434. Windows color (decimal): -7009020 or 265621. OLE color: 265621.

HSL color Cylindrical-coordinate representation of color #950D04: hue angle of 3.72º 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 #950D04 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB149134-
CMYK00.910.970.42
HSL3.72º94.77%30%-
HSV(B)3.72º97.32%58.43%-
XYZ12.566.690.74-
YUV52.64100.56196.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 89.76%
GREEN value IS 13 (5.47% from 255) = 7.83%
BLUE value IS 4 (1.95% from 255) = 2.41%
R=89.76%
G=7.83%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913400.910.970.423.7294.7730
Hex95D405B612A45f1e
Octal225154013314152413736
Binary100101011101100010110111100001101010100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950D04; }

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

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

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

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

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

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

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

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