#92033E

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

Shades of Burgundy #92033E

Tints of Burgundy #92033E

Color information

#92033E (or 0x92033E) is unknown color: approx Burgundy. HEX triplet: 92, 03 and 3E. RGB value is (146,3,62). Sum of RGB (Red+Green+Blue) = 146+3+62=211 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.19% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 146 - color contains mainly: red. Hex color #92033E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92033E is #6DFCC1. Grayscale: #343434. Windows color (decimal): -7208130 or 4064146. OLE color: 4064146.

HSL color Cylindrical-coordinate representation of color #92033E: hue angle of 335.24º 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 #92033E is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB146362-
CMYK00.980.580.43
HSL335.24º95.97%29.22%-
HSV(B)335.24º97.95%57.25%-
XYZ12.766.525.14-
YUV52.48133.38194.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 69.19%
GREEN value IS 3 (1.56% from 255) = 1.42%
BLUE value IS 62 (24.61% from 255) = 29.38%
R=69.19%
G=1.42%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14636200.980.580.43335.2495.9729.22
Hex9233E0623A2B14f601d
Octal2223760142725351714035
Binary100100101111111001100010111010101011101001111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92033E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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