#920913

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

Shades of Sangria #920913

Tints of Sangria #920913

Color information

#920913 (or 0x920913) is unknown color: approx Sangria. HEX triplet: 92, 09 and 13. RGB value is (146,9,19). Sum of RGB (Red+Green+Blue) = 146+9+19=174 (23% of max value = 765). Red value is 146 (57.42% from 255 or 83.91% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 146 - color contains mainly: red. Hex color #920913 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920913 is #6DF6EC. Grayscale: #333333. Windows color (decimal): -7206637 or 1247634. OLE color: 1247634.

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

Color convert

RGB146919-
CMYK00.940.870.43
HSL355.62º88.39%30.39%-
HSV(B)355.62º93.84%57.25%-
XYZ12.076.351.21-
YUV51.1109.89195.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 83.91%
GREEN value IS 9 (3.91% from 255) = 5.17%
BLUE value IS 19 (7.81% from 255) = 10.92%
R=83.91%
G=5.17%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14691900.940.870.43355.6288.3930.39
Hex9291305E572B164581e
Octal222112301361275354413036
Binary10010010100110011010111101010111101011101100100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920913; }

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

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

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

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

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

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

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

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