#920600

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

Shades of Dark Red #920600

Tints of Dark Red #920600

Color information

#920600 (or 0x920600) is unknown color: approx Dark Red. HEX triplet: 92, 06 and 00. RGB value is (146,6,0). Sum of RGB (Red+Green+Blue) = 146+6+0=152 (20% of max value = 765). Red value is 146 (57.42% from 255 or 96.05% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 146 - color contains mainly: red. Hex color #920600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920600 is #6DF9FF. Grayscale: #2F2F2F. Windows color (decimal): -7207424 or 1682. OLE color: 1682.

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

Color convert

RGB14660-
CMYK00.9610.43
HSL2.47º100%28.63%-
HSV(B)2.47º100%57.25%-
XYZ11.926.240.58-
YUV47.18101.38198.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 96.05%
GREEN value IS 6 (2.73% from 255) = 3.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=96.05%
G=3.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1466000.9610.432.4710028.63
Hex9260060642B2641d
Octal22260014014453214435
Binary10010010110001100000110010010101110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920600; }

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

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

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

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

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

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

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

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