#92063C

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

Shades of Burgundy #92063C

Tints of Burgundy #92063C

Color information

#92063C (or 0x92063C) is unknown color: approx Burgundy. HEX triplet: 92, 06 and 3C. RGB value is (146,6,60). Sum of RGB (Red+Green+Blue) = 146+6+60=212 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.87% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 146 - color contains mainly: red. Hex color #92063C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92063C is #6DF9C3. Grayscale: #353535. Windows color (decimal): -7207364 or 3933842. OLE color: 3933842.

HSL color Cylindrical-coordinate representation of color #92063C: hue angle of 336.86º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #92063C is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB146660-
CMYK00.960.590.43
HSL336.86º92.11%29.8%-
HSV(B)336.86º95.89%57.25%-
XYZ12.736.574.87-
YUV54.02131.38193.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 68.87%
GREEN value IS 6 (2.73% from 255) = 2.83%
BLUE value IS 60 (23.83% from 255) = 28.30%
R=68.87%
G=2.83%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14666000.960.590.43336.8692.1129.8
Hex9263C0603B2B1515c1e
Octal2226740140735352113436
Binary1001001011011110001100000111011101011101010001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92063C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92063C; }

 p { color: rgb(146,6,60); }

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

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

 a { background-color: rgb(146,6,60); }

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

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

 span { border-color: rgb(146,6,60); }

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