#92020B

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

Shades of Sangria #92020B

Tints of Sangria #92020B

Color information

#92020B (or 0x92020B) is unknown color: approx Sangria. HEX triplet: 92, 02 and 0B. RGB value is (146,2,11). Sum of RGB (Red+Green+Blue) = 146+2+11=159 (21% of max value = 765). Red value is 146 (57.42% from 255 or 91.82% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 146 - color contains mainly: red. Hex color #92020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92020B is #6DFDF4. Grayscale: #2E2E2E. Windows color (decimal): -7208437 or 721554. OLE color: 721554.

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

Color convert

RGB146211-
CMYK00.990.920.43
HSL356.25º97.3%29.02%-
HSV(B)356.25º98.63%57.25%-
XYZ11.946.180.88-
YUV46.08108.21199.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 91.82%
GREEN value IS 2 (1.17% from 255) = 1.26%
BLUE value IS 11 (4.69% from 255) = 6.92%
R=91.82%
G=1.26%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14621100.990.920.43356.2597.329.02
Hex922B0635C2B164611d
Octal22221301431345354414135
Binary10010010101011011000111011100101011101100100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92020B; }

 p { color: rgb(146,2,11); }

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

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

 a { background-color: rgb(146,2,11); }

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

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

 span { border-color: rgb(146,2,11); }

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