#920802

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

Shades of Dark Red #920802

Tints of Dark Red #920802

Color information

#920802 (or 0x920802) is unknown color: approx Dark Red. HEX triplet: 92, 08 and 02. RGB value is (146,8,2). Sum of RGB (Red+Green+Blue) = 146+8+2=156 (20% of max value = 765). Red value is 146 (57.42% from 255 or 93.59% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 146 - color contains mainly: red. Hex color #920802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920802 is #6DF7FD. Grayscale: #303030. Windows color (decimal): -7206910 or 133266. OLE color: 133266.

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

Color convert

RGB14682-
CMYK00.950.990.43
HSL2.5º97.3%29.02%-
HSV(B)2.5º98.63%57.25%-
XYZ11.956.290.64-
YUV48.58101.72197.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 93.59%
GREEN value IS 8 (3.52% from 255) = 5.13%
BLUE value IS 2 (1.17% from 255) = 1.28%
R=93.59%
G=5.13%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468200.950.990.432.597.329.02
Hex928205F632B2611d
Octal222102013714353214135
Binary1001001010001001011111110001110101110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920802; }

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

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

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

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

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

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

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

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