#92000A

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

Shades of Sangria #92000A

Tints of Sangria #92000A

Color information

#92000A (or 0x92000A) is unknown color: approx Sangria. HEX triplet: 92, 00 and 0A. RGB value is (146,0,10). Sum of RGB (Red+Green+Blue) = 146+0+10=156 (20% of max value = 765). Red value is 146 (57.42% from 255 or 93.59% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 146 - color contains mainly: red. Hex color #92000A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92000A is #6DFFF5. Grayscale: #2C2C2C. Windows color (decimal): -7208950 or 655506. OLE color: 655506.

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

Color convert

RGB146010-
CMYK010.930.43
HSL355.89º100%28.63%-
HSV(B)355.89º100%57.25%-
XYZ11.916.130.84-
YUV44.79108.37200.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 93.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 6.41%
R=93.59%
G=0%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146010010.930.43355.8910028.63
Hex920A0645D2B164641d
Octal22201201441355354414435
Binary1001001001010011001001011101101011101100100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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