#931805

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

Shades of Dark Red #931805

Tints of Dark Red #931805

Color information

#931805 (or 0x931805) is unknown color: approx Dark Red. HEX triplet: 93, 18 and 05. RGB value is (147,24,5). Sum of RGB (Red+Green+Blue) = 147+24+5=176 (23% of max value = 765). Red value is 147 (57.81% from 255 or 83.52% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 147 - color contains mainly: red. Hex color #931805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931805 is #6CE7FA. Grayscale: #3A3A3A. Windows color (decimal): -7137275 or 333971. OLE color: 333971.

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

Color convert

RGB147245-
CMYK00.840.970.42
HSL8.03º93.42%29.8%-
HSV(B)8.03º96.6%57.65%-
XYZ12.396.870.82-
YUV58.6197.75191.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 83.52%
GREEN value IS 24 (9.77% from 255) = 13.64%
BLUE value IS 5 (2.34% from 255) = 2.84%
R=83.52%
G=13.64%
B=2.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14724500.840.970.428.0393.4229.8
Hex93185054612A85d1e
Octal2233050124141521013536
Binary10010011110001010101010011000011010101000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931805; }

 p { color: rgb(147,24,5); }

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

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

 a { background-color: rgb(147,24,5); }

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

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

 span { border-color: rgb(147,24,5); }

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