#92073C

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

Shades of Burgundy #92073C

Tints of Burgundy #92073C

Color information

#92073C (or 0x92073C) is unknown color: approx Burgundy. HEX triplet: 92, 07 and 3C. RGB value is (146,7,60). Sum of RGB (Red+Green+Blue) = 146+7+60=213 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.54% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 146 - color contains mainly: red. Hex color #92073C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92073C is #6DF8C3. Grayscale: #363636. Windows color (decimal): -7207108 or 3934098. OLE color: 3934098.

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

Color convert

RGB146760-
CMYK00.950.590.43
HSL337.12º90.85%30%-
HSV(B)337.12º95.21%57.25%-
XYZ12.756.594.88-
YUV54.6131.05193.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 68.54%
GREEN value IS 7 (3.12% from 255) = 3.29%
BLUE value IS 60 (23.83% from 255) = 28.17%
R=68.54%
G=3.29%
B=28.17%

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
Decimal14676000.950.590.43337.1290.8530
Hex9273C05F3B2B1515b1e
Octal2227740137735352113336
Binary1001001011111110001011111111011101011101010001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92073C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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