#92073B

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

Shades of Burgundy #92073B

Tints of Burgundy #92073B

Color information

#92073B (or 0x92073B) is unknown color: approx Burgundy. HEX triplet: 92, 07 and 3B. RGB value is (146,7,59). Sum of RGB (Red+Green+Blue) = 146+7+59=212 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.87% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 146 - color contains mainly: red. Hex color #92073B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92073B is #6DF8C4. Grayscale: #363636. Windows color (decimal): -7207109 or 3868562. OLE color: 3868562.

HSL color Cylindrical-coordinate representation of color #92073B: hue angle of 337.55º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #92073B is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.43.

Color convert

RGB146759-
CMYK00.950.600.43
HSL337.55º90.85%30%-
HSV(B)337.55º95.21%57.25%-
XYZ12.726.584.74-
YUV54.49130.55193.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 68.87%
GREEN value IS 7 (3.12% from 255) = 3.30%
BLUE value IS 59 (23.44% from 255) = 27.83%
R=68.87%
G=3.30%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.60
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14675900.950.600.43337.5590.8530
Hex9273B05F3C2B1525b1e
Octal2227730137745352213336
Binary1001001011111101101011111111100101011101010010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92073B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,7,59); }

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

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

 a { background-color: rgb(146,7,59); }

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

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

 span { border-color: rgb(146,7,59); }

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