#920232

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

Shades of Burgundy #920232

Tints of Burgundy #920232

Color information

#920232 (or 0x920232) is unknown color: approx Burgundy. HEX triplet: 92, 02 and 32. RGB value is (146,2,50). Sum of RGB (Red+Green+Blue) = 146+2+50=198 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.74% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 146 - color contains mainly: red. Hex color #920232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920232 is #6DFDCD. Grayscale: #323232. Windows color (decimal): -7208398 or 3277458. OLE color: 3277458.

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

Color convert

RGB146250-
CMYK00.990.660.43
HSL340º97.3%29.02%-
HSV(B)340º98.63%57.25%-
XYZ12.456.383.59-
YUV50.53127.71196.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 73.74%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 50 (19.92% from 255) = 25.25%
R=73.74%
G=1.01%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14625000.990.660.4334097.329.02
Hex92232063422B154611d
Octal22226201431025352414135
Binary1001001010110010011000111000010101011101010100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920232; }

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

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

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

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

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

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

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

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