#92090D

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

Shades of Sangria #92090D

Tints of Sangria #92090D

Color information

#92090D (or 0x92090D) is unknown color: approx Sangria. HEX triplet: 92, 09 and 0D. RGB value is (146,9,13). Sum of RGB (Red+Green+Blue) = 146+9+13=168 (22% of max value = 765). Red value is 146 (57.42% from 255 or 86.90% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 146 - color contains mainly: red. Hex color #92090D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92090D is #6DF6F2. Grayscale: #323232. Windows color (decimal): -7206643 or 854418. OLE color: 854418.

HSL color Cylindrical-coordinate representation of color #92090D: hue angle of 358.25º 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 #92090D is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB146913-
CMYK00.940.910.43
HSL358.25º88.39%30.39%-
HSV(B)358.25º93.84%57.25%-
XYZ12.026.340.97-
YUV50.42106.89196.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 86.90%
GREEN value IS 9 (3.91% from 255) = 5.36%
BLUE value IS 13 (5.47% from 255) = 7.74%
R=86.90%
G=5.36%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14691300.940.910.43358.2588.3930.39
Hex929D05E5B2B166581e
Octal222111501361335354613036
Binary1001001010011101010111101011011101011101100110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92090D; }

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

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

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

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

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

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

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

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