#950704

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

Shades of Dark Red #950704

Tints of Dark Red #950704

Color information

#950704 (or 0x950704) is unknown color: approx Dark Red. HEX triplet: 95, 07 and 04. RGB value is (149,7,4). Sum of RGB (Red+Green+Blue) = 149+7+4=160 (21% of max value = 765). Red value is 149 (58.59% from 255 or 93.12% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 149 - color contains mainly: red. Hex color #950704 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950704 is #6AF8FB. Grayscale: #313131. Windows color (decimal): -7010556 or 264085. OLE color: 264085.

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

Color convert

RGB14974-
CMYK00.950.970.42
HSL1.24º94.77%30%-
HSV(B)1.24º97.32%58.43%-
XYZ12.496.550.72-
YUV49.12102.54199.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 93.12%
GREEN value IS 7 (3.12% from 255) = 4.38%
BLUE value IS 4 (1.95% from 255) = 2.5%
R=93.12%
G=4.38%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497400.950.970.421.2494.7730
Hex957405F612A15f1e
Octal22574013714152113736
Binary100101011111000101111111000011010101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950704; }

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

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

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

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

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

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

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

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