#920311

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

Shades of Sangria #920311

Tints of Sangria #920311

Color information

#920311 (or 0x920311) is unknown color: approx Sangria. HEX triplet: 92, 03 and 11. RGB value is (146,3,17). Sum of RGB (Red+Green+Blue) = 146+3+17=166 (21% of max value = 765). Red value is 146 (57.42% from 255 or 87.95% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 146 - color contains mainly: red. Hex color #920311 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920311 is #6DFCEE. Grayscale: #2F2F2F. Windows color (decimal): -7208175 or 1115026. OLE color: 1115026.

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

Color convert

RGB146317-
CMYK00.980.880.43
HSL354.13º95.97%29.22%-
HSV(B)354.13º97.95%57.25%-
XYZ11.996.221.1-
YUV47.35110.88198.36-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 87.95%
GREEN value IS 3 (1.56% from 255) = 1.81%
BLUE value IS 17 (7.03% from 255) = 10.24%
R=87.95%
G=1.81%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14631700.980.880.43354.1395.9729.22
Hex92311062582B162601d
Octal22232101421305354214035
Binary100100101110001011000101011000101011101100010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920311; }

 p { color: rgb(146,3,17); }

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

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

 a { background-color: rgb(146,3,17); }

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

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

 span { border-color: rgb(146,3,17); }

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