#920605

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

Shades of Dark Red #920605

Tints of Dark Red #920605

Color information

#920605 (or 0x920605) is unknown color: approx Dark Red. HEX triplet: 92, 06 and 05. RGB value is (146,6,5). Sum of RGB (Red+Green+Blue) = 146+6+5=157 (20% of max value = 765). Red value is 146 (57.42% from 255 or 92.99% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 146 - color contains mainly: red. Hex color #920605 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920605 is #6DF9FA. Grayscale: #2F2F2F. Windows color (decimal): -7207419 or 329362. OLE color: 329362.

HSL color Cylindrical-coordinate representation of color #920605: hue angle of 0.43º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #920605 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB14665-
CMYK00.960.970.43
HSL0.43º93.38%29.61%-
HSV(B)0.43º96.58%57.25%-
XYZ11.956.250.72-
YUV47.75103.88198.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 92.99%
GREEN value IS 6 (2.73% from 255) = 3.82%
BLUE value IS 5 (2.34% from 255) = 3.18%
R=92.99%
G=3.82%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1466500.960.970.430.4393.3829.61
Hex9265060612B05d1e
Octal22265014014153013536
Binary100100101101010110000011000011010110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920605; }

 p { color: rgb(146,6,5); }

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

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

 a { background-color: rgb(146,6,5); }

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

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

 span { border-color: rgb(146,6,5); }

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