#920702

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

Shades of Dark Red #920702

Tints of Dark Red #920702

Color information

#920702 (or 0x920702) is unknown color: approx Dark Red. HEX triplet: 92, 07 and 02. RGB value is (146,7,2). Sum of RGB (Red+Green+Blue) = 146+7+2=155 (20% of max value = 765). Red value is 146 (57.42% from 255 or 94.19% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 146 - color contains mainly: red. Hex color #920702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920702 is #6DF8FD. Grayscale: #303030. Windows color (decimal): -7207166 or 133010. OLE color: 133010.

HSL color Cylindrical-coordinate representation of color #920702: hue angle of 2.08º 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 #920702 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB14672-
CMYK00.950.990.43
HSL2.08º97.3%29.02%-
HSV(B)2.08º98.63%57.25%-
XYZ11.946.270.64-
YUV47.99102.05197.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 94.19%
GREEN value IS 7 (3.12% from 255) = 4.52%
BLUE value IS 2 (1.17% from 255) = 1.29%
R=94.19%
G=4.52%
B=1.29%

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
Decimal1467200.950.990.432.0897.329.02
Hex927205F632B2611d
Octal22272013714353214135
Binary100100101111001011111110001110101110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920702; }

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

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

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

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

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

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

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

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