#920A0F

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

Shades of Sangria #920A0F

Tints of Sangria #920A0F

Color information

#920A0F (or 0x920A0F) is unknown color: approx Sangria. HEX triplet: 92, 0A and 0F. RGB value is (146,10,15). Sum of RGB (Red+Green+Blue) = 146+10+15=171 (22% of max value = 765). Red value is 146 (57.42% from 255 or 85.38% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 146 - color contains mainly: red. Hex color #920A0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920A0F is #6DF5F0. Grayscale: #333333. Windows color (decimal): -7206385 or 985746. OLE color: 985746.

HSL color Cylindrical-coordinate representation of color #920A0F: hue angle of 357.79º 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 #920A0F is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB1461015-
CMYK00.930.900.43
HSL357.79º87.18%30.59%-
HSV(B)357.79º93.15%57.25%-
XYZ12.056.361.04-
YUV51.23107.56195.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 85.38%
GREEN value IS 10 (4.30% from 255) = 5.85%
BLUE value IS 15 (6.25% from 255) = 8.77%
R=85.38%
G=5.85%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146101500.930.900.43357.7987.1830.59
Hex92AF05D5A2B166571f
Octal222121701351325354612737
Binary1001001010101111010111011011010101011101100110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920A0F; }

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

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

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

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

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

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

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

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