#920833

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

Shades of Burgundy #920833

Tints of Burgundy #920833

Color information

#920833 (or 0x920833) is unknown color: approx Burgundy. HEX triplet: 92, 08 and 33. RGB value is (146,8,51). Sum of RGB (Red+Green+Blue) = 146+8+51=205 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.22% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 146 - color contains mainly: red. Hex color #920833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920833 is #6DF7CC. Grayscale: #363636. Windows color (decimal): -7206861 or 3344530. OLE color: 3344530.

HSL color Cylindrical-coordinate representation of color #920833: hue angle of 341.3º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #920833 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB146851-
CMYK00.950.650.43
HSL341.3º89.61%30.2%-
HSV(B)341.3º94.52%57.25%-
XYZ12.546.523.73-
YUV54.16126.22193.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 71.22%
GREEN value IS 8 (3.52% from 255) = 3.90%
BLUE value IS 51 (20.31% from 255) = 24.88%
R=71.22%
G=3.90%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14685100.950.650.43341.389.6130.2
Hex9283305F412B1555a1e
Octal222106301371015352513236
Binary100100101000110011010111111000001101011101010101101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920833; }

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

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

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

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

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

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

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

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