#950602

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

Shades of Dark Red #950602

Tints of Dark Red #950602

Color information

#950602 (or 0x950602) is unknown color: approx Dark Red. HEX triplet: 95, 06 and 02. RGB value is (149,6,2). Sum of RGB (Red+Green+Blue) = 149+6+2=157 (20% of max value = 765). Red value is 149 (58.59% from 255 or 94.90% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 149 - color contains mainly: red. Hex color #950602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950602 is #6AF9FD. Grayscale: #303030. Windows color (decimal): -7010814 or 132757. OLE color: 132757.

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

Color convert

RGB14962-
CMYK00.960.990.42
HSL1.63º97.35%29.61%-
HSV(B)1.63º98.66%58.43%-
XYZ12.476.520.66-
YUV48.3101.88199.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 94.90%
GREEN value IS 6 (2.73% from 255) = 3.82%
BLUE value IS 2 (1.17% from 255) = 1.27%
R=94.90%
G=3.82%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496200.960.990.421.6397.3529.61
Hex9562060632A2611e
Octal22562014014352214136
Binary100101011101001100000110001110101010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950602; }

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

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

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

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

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

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

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

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