#931402

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

Shades of Dark Red #931402

Tints of Dark Red #931402

Color information

#931402 (or 0x931402) is unknown color: approx Dark Red. HEX triplet: 93, 14 and 02. RGB value is (147,20,2). Sum of RGB (Red+Green+Blue) = 147+20+2=169 (22% of max value = 765). Red value is 147 (57.81% from 255 or 86.98% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 147 - color contains mainly: red. Hex color #931402 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931402 is #6CEBFD. Grayscale: #383838. Windows color (decimal): -7138302 or 136339. OLE color: 136339.

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

Color convert

RGB147202-
CMYK00.860.990.42
HSL7.45º97.32%29.22%-
HSV(B)7.45º98.64%57.65%-
XYZ12.296.710.7-
YUV55.9297.58192.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 86.98%
GREEN value IS 20 (8.20% from 255) = 11.83%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=86.98%
G=11.83%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14720200.860.990.427.4597.3229.22
Hex93142056632A7611d
Octal223242012614352714135
Binary100100111010010010101101100011101010111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931402; }

 p { color: rgb(147,20,2); }

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

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

 a { background-color: rgb(147,20,2); }

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

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

 span { border-color: rgb(147,20,2); }

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