#920409

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

Shades of Sangria #920409

Tints of Sangria #920409

Color information

#920409 (or 0x920409) is unknown color: approx Sangria. HEX triplet: 92, 04 and 09. RGB value is (146,4,9). Sum of RGB (Red+Green+Blue) = 146+4+9=159 (21% of max value = 765). Red value is 146 (57.42% from 255 or 91.82% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 146 - color contains mainly: red. Hex color #920409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920409 is #6DFBF6. Grayscale: #2F2F2F. Windows color (decimal): -7207927 or 590994. OLE color: 590994.

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

Color convert

RGB14649-
CMYK00.970.940.43
HSL357.89º94.67%29.41%-
HSV(B)357.89º97.26%57.25%-
XYZ11.956.220.83-
YUV47.03106.54198.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 91.82%
GREEN value IS 4 (1.95% from 255) = 2.52%
BLUE value IS 9 (3.91% from 255) = 5.66%
R=91.82%
G=2.52%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464900.970.940.43357.8994.6729.41
Hex92490615E2B1665f1d
Octal22241101411365354613735
Binary100100101001001011000011011110101011101100110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920409; }

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

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

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

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

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

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

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

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