#92033C

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

Shades of Burgundy #92033C

Tints of Burgundy #92033C

Color information

#92033C (or 0x92033C) is unknown color: approx Burgundy. HEX triplet: 92, 03 and 3C. RGB value is (146,3,60). Sum of RGB (Red+Green+Blue) = 146+3+60=209 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.86% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 146 - color contains mainly: red. Hex color #92033C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92033C is #6DFCC3. Grayscale: #343434. Windows color (decimal): -7208132 or 3933074. OLE color: 3933074.

HSL color Cylindrical-coordinate representation of color #92033C: hue angle of 336.08º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #92033C is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB146360-
CMYK00.980.590.43
HSL336.08º95.97%29.22%-
HSV(B)336.08º97.95%57.25%-
XYZ12.76.54.86-
YUV52.26132.38194.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 69.86%
GREEN value IS 3 (1.56% from 255) = 1.44%
BLUE value IS 60 (23.83% from 255) = 28.71%
R=69.86%
G=1.44%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14636000.980.590.43336.0895.9729.22
Hex9233C0623B2B150601d
Octal2223740142735352014035
Binary100100101111110001100010111011101011101010000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92033C; }

 p { color: rgb(146,3,60); }

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

<style>
 a { background-color: #92033C; }

 a { background-color: rgb(146,3,60); }

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

<style>
 span { border-color: #92033C; }

 span { border-color: rgb(146,3,60); }

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