#920705

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

Shades of Dark Red #920705

Tints of Dark Red #920705

Color information

#920705 (or 0x920705) is unknown color: approx Dark Red. HEX triplet: 92, 07 and 05. RGB value is (146,7,5). Sum of RGB (Red+Green+Blue) = 146+7+5=158 (20% of max value = 765). Red value is 146 (57.42% from 255 or 92.41% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 146 - color contains mainly: red. Hex color #920705 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920705 is #6DF8FA. Grayscale: #303030. Windows color (decimal): -7207163 or 329618. OLE color: 329618.

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

Color convert

RGB14675-
CMYK00.950.970.43
HSL0.85º93.38%29.61%-
HSV(B)0.85º96.58%57.25%-
XYZ11.966.270.72-
YUV48.33103.55197.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 92.41%
GREEN value IS 7 (3.12% from 255) = 4.43%
BLUE value IS 5 (2.34% from 255) = 3.16%
R=92.41%
G=4.43%
B=3.16%

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
Decimal1467500.950.970.430.8593.3829.61
Hex927505F612B15d1e
Octal22275013714153113536
Binary100100101111010101111111000011010111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920705; }

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

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

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

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

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

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

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

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