#920907

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

Shades of Dark Red #920907

Tints of Dark Red #920907

Color information

#920907 (or 0x920907) is unknown color: approx Dark Red. HEX triplet: 92, 09 and 07. RGB value is (146,9,7). Sum of RGB (Red+Green+Blue) = 146+9+7=162 (21% of max value = 765). Red value is 146 (57.42% from 255 or 90.12% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 7 (3.12% from 255 or 4.32% from 162); Max value from RGB is 146 - color contains mainly: red. Hex color #920907 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920907 is #6DF6F8. Grayscale: #313131. Windows color (decimal): -7206649 or 461202. OLE color: 461202.

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

Color convert

RGB14697-
CMYK00.940.950.43
HSL0.86º90.85%30%-
HSV(B)0.86º95.21%57.25%-
XYZ11.996.320.79-
YUV49.74103.89196.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 90.12%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 7 (3.12% from 255) = 4.32%
R=90.12%
G=5.56%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469700.940.950.430.8690.8530
Hex929705E5F2B15b1e
Octal222117013613753113336
Binary1001001010011110101111010111111010111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920907; }

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

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

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

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

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

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

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

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