#92083C

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

Shades of Burgundy #92083C

Tints of Burgundy #92083C

Color information

#92083C (or 0x92083C) is unknown color: approx Burgundy. HEX triplet: 92, 08 and 3C. RGB value is (146,8,60). Sum of RGB (Red+Green+Blue) = 146+8+60=214 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.22% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 146 - color contains mainly: red. Hex color #92083C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92083C is #6DF7C3. Grayscale: #373737. Windows color (decimal): -7206852 or 3934354. OLE color: 3934354.

HSL color Cylindrical-coordinate representation of color #92083C: hue angle of 337.39º 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 #92083C is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB146860-
CMYK00.950.590.43
HSL337.39º89.61%30.2%-
HSV(B)337.39º94.52%57.25%-
XYZ12.766.614.88-
YUV55.19130.72192.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 68.22%
GREEN value IS 8 (3.52% from 255) = 3.74%
BLUE value IS 60 (23.83% from 255) = 28.04%
R=68.22%
G=3.74%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14686000.950.590.43337.3989.6130.2
Hex9283C05F3B2B1515a1e
Octal22210740137735352113236
Binary10010010100011110001011111111011101011101010001101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92083C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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