#931905

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

Shades of Dark Red #931905

Tints of Dark Red #931905

Color information

#931905 (or 0x931905) is unknown color: approx Dark Red. HEX triplet: 93, 19 and 05. RGB value is (147,25,5). Sum of RGB (Red+Green+Blue) = 147+25+5=177 (23% of max value = 765). Red value is 147 (57.81% from 255 or 83.05% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 147 - color contains mainly: red. Hex color #931905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931905 is #6CE6FA. Grayscale: #3B3B3B. Windows color (decimal): -7137019 or 334227. OLE color: 334227.

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

Color convert

RGB147255-
CMYK00.830.970.42
HSL8.45º93.42%29.8%-
HSV(B)8.45º96.6%57.65%-
XYZ12.416.910.82-
YUV59.297.42190.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 83.05%
GREEN value IS 25 (10.16% from 255) = 14.12%
BLUE value IS 5 (2.34% from 255) = 2.82%
R=83.05%
G=14.12%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14725500.830.970.428.4593.4229.8
Hex93195053612A85d1e
Octal2233150123141521013536
Binary10010011110011010101001111000011010101000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931905; }

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

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

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

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

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

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

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

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