#931600

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

Shades of Dark Red #931600

Tints of Dark Red #931600

Color information

#931600 (or 0x931600) is unknown color: approx Dark Red. HEX triplet: 93, 16 and 00. RGB value is (147,22,0). Sum of RGB (Red+Green+Blue) = 147+22+0=169 (22% of max value = 765). Red value is 147 (57.81% from 255 or 86.98% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 147 - color contains mainly: red. Hex color #931600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931600 is #6CE9FF. Grayscale: #393939. Windows color (decimal): -7137792 or 5779. OLE color: 5779.

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

Color convert

RGB147220-
CMYK00.8510.42
HSL8.98º100%28.82%-
HSV(B)8.98º100%57.65%-
XYZ12.326.780.66-
YUV56.8795.91192.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 86.98%
GREEN value IS 22 (8.98% from 255) = 13.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.98%
G=13.02%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14722000.8510.428.9810028.82
Hex93160055642A9641d
Octal2232600125144521114435
Binary100100111011000101010111001001010101001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931600; }

 p { color: rgb(147,22,0); }

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

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

 a { background-color: rgb(147,22,0); }

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

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

 span { border-color: rgb(147,22,0); }

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