#92052D

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

Shades of Burgundy #92052D

Tints of Burgundy #92052D

Color information

#92052D (or 0x92052D) is unknown color: approx Burgundy. HEX triplet: 92, 05 and 2D. RGB value is (146,5,45). Sum of RGB (Red+Green+Blue) = 146+5+45=196 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.49% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 146 - color contains mainly: red. Hex color #92052D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92052D is #6DFAD2. Grayscale: #333333. Windows color (decimal): -7207635 or 2950546. OLE color: 2950546.

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

Color convert

RGB146545-
CMYK00.970.690.43
HSL342.98º93.38%29.61%-
HSV(B)342.98º96.58%57.25%-
XYZ12.386.413.07-
YUV51.72124.21195.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 74.49%
GREEN value IS 5 (2.34% from 255) = 2.55%
BLUE value IS 45 (17.97% from 255) = 22.96%
R=74.49%
G=2.55%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14654500.970.690.43342.9893.3829.61
Hex9252D061452B1575d1e
Octal22255501411055352713536
Binary10010010101101101011000011000101101011101010111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92052D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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