#92052E

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

Shades of Burgundy #92052E

Tints of Burgundy #92052E

Color information

#92052E (or 0x92052E) is unknown color: approx Burgundy. HEX triplet: 92, 05 and 2E. RGB value is (146,5,46). Sum of RGB (Red+Green+Blue) = 146+5+46=197 (26% of max value = 765). Red value is 146 (57.42% from 255 or 74.11% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 146 - color contains mainly: red. Hex color #92052E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92052E is #6DFAD1. Grayscale: #333333. Windows color (decimal): -7207634 or 3016082. OLE color: 3016082.

HSL color Cylindrical-coordinate representation of color #92052E: hue angle of 342.55º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #92052E is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB146546-
CMYK00.970.680.43
HSL342.55º93.38%29.61%-
HSV(B)342.55º96.58%57.25%-
XYZ12.46.423.17-
YUV51.83124.71195.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 74.11%
GREEN value IS 5 (2.34% from 255) = 2.54%
BLUE value IS 46 (18.36% from 255) = 23.35%
R=74.11%
G=2.54%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14654600.970.680.43342.5593.3829.61
Hex9252E061442B1575d1e
Octal22255601411045352713536
Binary10010010101101110011000011000100101011101010111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92052E; }

 p { color: rgb(146,5,46); }

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

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

 a { background-color: rgb(146,5,46); }

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

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

 span { border-color: rgb(146,5,46); }

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