#92130A

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

Shades of Dark Red #92130A

Tints of Dark Red #92130A

Color information

#92130A (or 0x92130A) is unknown color: approx Dark Red. HEX triplet: 92, 13 and 0A. RGB value is (146,19,10). Sum of RGB (Red+Green+Blue) = 146+19+10=175 (23% of max value = 765). Red value is 146 (57.42% from 255 or 83.43% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 146 - color contains mainly: red. Hex color #92130A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92130A is #6DECF5. Grayscale: #383838. Windows color (decimal): -7204086 or 660370. OLE color: 660370.

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

Color convert

RGB1461910-
CMYK00.870.930.43
HSL3.97º87.18%30.59%-
HSV(B)3.97º93.15%57.25%-
XYZ12.146.60.92-
YUV55.95102.08192.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 83.43%
GREEN value IS 19 (7.81% from 255) = 10.86%
BLUE value IS 10 (4.30% from 255) = 5.71%
R=83.43%
G=10.86%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146191000.870.930.433.9787.1830.59
Hex9213A0575D2B4571f
Octal2222312012713553412737
Binary10010010100111010010101111011101101011100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92130A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92130A; }

 p { color: rgb(146,19,10); }

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

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

 a { background-color: rgb(146,19,10); }

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

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

 span { border-color: rgb(146,19,10); }

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