#920804

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

Shades of Dark Red #920804

Tints of Dark Red #920804

Color information

#920804 (or 0x920804) is unknown color: approx Dark Red. HEX triplet: 92, 08 and 04. RGB value is (146,8,4). Sum of RGB (Red+Green+Blue) = 146+8+4=158 (20% of max value = 765). Red value is 146 (57.42% from 255 or 92.41% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 146 - color contains mainly: red. Hex color #920804 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920804 is #6DF7FB. Grayscale: #303030. Windows color (decimal): -7206908 or 264338. OLE color: 264338.

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

Color convert

RGB14684-
CMYK00.950.970.43
HSL1.69º94.67%29.41%-
HSV(B)1.69º97.26%57.25%-
XYZ11.966.290.7-
YUV48.81102.72197.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 92.41%
GREEN value IS 8 (3.52% from 255) = 5.06%
BLUE value IS 4 (1.95% from 255) = 2.53%
R=92.41%
G=5.06%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468400.950.970.431.6994.6729.41
Hex928405F612B25f1d
Octal222104013714153213735
Binary10010010100010001011111110000110101110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920804; }

 p { color: rgb(146,8,4); }

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

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

 a { background-color: rgb(146,8,4); }

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

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

 span { border-color: rgb(146,8,4); }

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