#92023E

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

Shades of Burgundy #92023E

Tints of Burgundy #92023E

Color information

#92023E (or 0x92023E) is unknown color: approx Burgundy. HEX triplet: 92, 02 and 3E. RGB value is (146,2,62). Sum of RGB (Red+Green+Blue) = 146+2+62=210 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.52% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 146 - color contains mainly: red. Hex color #92023E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92023E is #6DFDC1. Grayscale: #333333. Windows color (decimal): -7208386 or 4063890. OLE color: 4063890.

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

Color convert

RGB146262-
CMYK00.990.580.43
HSL335º97.3%29.02%-
HSV(B)335º98.63%57.25%-
XYZ12.756.55.14-
YUV51.9133.71195.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 69.52%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 62 (24.61% from 255) = 29.52%
R=69.52%
G=0.95%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.58
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14626200.990.580.4333597.329.02
Hex9223E0633A2B14f611d
Octal2222760143725351714135
Binary100100101011111001100011111010101011101001111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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