#920233

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

Shades of Burgundy #920233

Tints of Burgundy #920233

Color information

#920233 (or 0x920233) is unknown color: approx Burgundy. HEX triplet: 92, 02 and 33. RGB value is (146,2,51). Sum of RGB (Red+Green+Blue) = 146+2+51=199 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.37% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 146 - color contains mainly: red. Hex color #920233 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920233 is #6DFDCC. Grayscale: #323232. Windows color (decimal): -7208397 or 3342994. OLE color: 3342994.

HSL color Cylindrical-coordinate representation of color #920233: hue angle of 339.58º 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 #920233 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB146251-
CMYK00.990.650.43
HSL339.58º97.3%29.02%-
HSV(B)339.58º98.63%57.25%-
XYZ12.476.393.71-
YUV50.64128.21196.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 73.37%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 51 (20.31% from 255) = 25.63%
R=73.37%
G=1.01%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14625100.990.650.43339.5897.329.02
Hex92233063412B154611d
Octal22226301431015352414135
Binary1001001010110011011000111000001101011101010100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920233; }

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

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

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

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

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

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

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

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