#920611

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

Shades of Sangria #920611

Tints of Sangria #920611

Color information

#920611 (or 0x920611) is unknown color: approx Sangria. HEX triplet: 92, 06 and 11. RGB value is (146,6,17). Sum of RGB (Red+Green+Blue) = 146+6+17=169 (22% of max value = 765). Red value is 146 (57.42% from 255 or 86.39% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 146 - color contains mainly: red. Hex color #920611 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920611 is #6DF9EE. Grayscale: #313131. Windows color (decimal): -7207407 or 1115794. OLE color: 1115794.

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

Color convert

RGB146617-
CMYK00.960.880.43
HSL355.29º92.11%29.8%-
HSV(B)355.29º95.89%57.25%-
XYZ12.026.281.11-
YUV49.11109.88197.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 86.39%
GREEN value IS 6 (2.73% from 255) = 3.55%
BLUE value IS 17 (7.03% from 255) = 10.06%
R=86.39%
G=3.55%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14661700.960.880.43355.2992.1129.8
Hex92611060582B1635c1e
Octal22262101401305354313436
Binary1001001011010001011000001011000101011101100011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920611; }

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

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

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

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

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

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

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

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