#931606

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

Shades of Dark Red #931606

Tints of Dark Red #931606

Color information

#931606 (or 0x931606) is unknown color: approx Dark Red. HEX triplet: 93, 16 and 06. RGB value is (147,22,6). Sum of RGB (Red+Green+Blue) = 147+22+6=175 (23% of max value = 765). Red value is 147 (57.81% from 255 or 84% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 147 - color contains mainly: red. Hex color #931606 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931606 is #6CE9F9. Grayscale: #393939. Windows color (decimal): -7137786 or 398995. OLE color: 398995.

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

Color convert

RGB147226-
CMYK00.850.960.42
HSL6.81º92.16%30%-
HSV(B)6.81º95.92%57.65%-
XYZ12.356.790.83-
YUV57.5598.91191.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 84%
GREEN value IS 22 (8.98% from 255) = 12.57%
BLUE value IS 6 (2.73% from 255) = 3.43%
R=84%
G=12.57%
B=3.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14722600.850.960.426.8192.1630
Hex93166055602A75c1e
Octal223266012514052713436
Binary1001001110110110010101011100000101010111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931606; }

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

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

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

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

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

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

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

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