#92042C

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

Shades of Burgundy #92042C

Tints of Burgundy #92042C

Color information

#92042C (or 0x92042C) is unknown color: approx Burgundy. HEX triplet: 92, 04 and 2C. RGB value is (146,4,44). Sum of RGB (Red+Green+Blue) = 146+4+44=194 (25% of max value = 765). Red value is 146 (57.42% from 255 or 75.26% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 146 - color contains mainly: red. Hex color #92042C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92042C is #6DFBD3. Grayscale: #333333. Windows color (decimal): -7207892 or 2884754. OLE color: 2884754.

HSL color Cylindrical-coordinate representation of color #92042C: hue angle of 343.1º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #92042C is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB146444-
CMYK00.970.700.43
HSL343.1º94.67%29.41%-
HSV(B)343.1º97.26%57.25%-
XYZ12.356.382.96-
YUV51.02124.04195.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 75.26%
GREEN value IS 4 (1.95% from 255) = 2.06%
BLUE value IS 44 (17.58% from 255) = 22.68%
R=75.26%
G=2.06%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14644400.970.700.43343.194.6729.41
Hex9242C061462B1575f1d
Octal22245401411065352713735
Binary10010010100101100011000011000110101011101010111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92042C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,4,44); }

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

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

 a { background-color: rgb(146,4,44); }

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

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

 span { border-color: rgb(146,4,44); }

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