#92092E

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

Shades of Burgundy #92092E

Tints of Burgundy #92092E

Color information

#92092E (or 0x92092E) is unknown color: approx Burgundy. HEX triplet: 92, 09 and 2E. RGB value is (146,9,46). Sum of RGB (Red+Green+Blue) = 146+9+46=201 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.64% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 146 - color contains mainly: red. Hex color #92092E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92092E is #6DF6D1. Grayscale: #363636. Windows color (decimal): -7206610 or 3017106. OLE color: 3017106.

HSL color Cylindrical-coordinate representation of color #92092E: hue angle of 343.8º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #92092E is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB146946-
CMYK00.940.680.43
HSL343.8º88.39%30.39%-
HSV(B)343.8º93.84%57.25%-
XYZ12.446.53.18-
YUV54.18123.39193.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 72.64%
GREEN value IS 9 (3.91% from 255) = 4.48%
BLUE value IS 46 (18.36% from 255) = 22.89%
R=72.64%
G=4.48%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14694600.940.680.43343.888.3930.39
Hex9292E05E442B158581e
Octal222115601361045353013036
Binary100100101001101110010111101000100101011101011000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92092E; }

 p { color: rgb(146,9,46); }

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

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

 a { background-color: rgb(146,9,46); }

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

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

 span { border-color: rgb(146,9,46); }

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