#92012F

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

Shades of Burgundy #92012F

Tints of Burgundy #92012F

Color information

#92012F (or 0x92012F) is unknown color: approx Burgundy. HEX triplet: 92, 01 and 2F. RGB value is (146,1,47). Sum of RGB (Red+Green+Blue) = 146+1+47=194 (25% of max value = 765). Red value is 146 (57.42% from 255 or 75.26% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 146 - color contains mainly: red. Hex color #92012F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92012F is #6DFED0. Grayscale: #313131. Windows color (decimal): -7208657 or 3080594. OLE color: 3080594.

HSL color Cylindrical-coordinate representation of color #92012F: hue angle of 340.97º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92012F is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB146147-
CMYK00.990.680.43
HSL340.97º98.64%28.82%-
HSV(B)340.97º99.32%57.25%-
XYZ12.386.343.26-
YUV49.6126.54196.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 75.26%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 47 (18.75% from 255) = 24.23%
R=75.26%
G=0.52%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614700.990.680.43340.9798.6428.82
Hex9212F063442B155631d
Octal22215701431045352514335
Binary100100101101111011000111000100101011101010101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92012F; }

 p { color: rgb(146,1,47); }

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

<style>
 a { background-color: #92012F; }

 a { background-color: rgb(146,1,47); }

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

<style>
 span { border-color: #92012F; }

 span { border-color: rgb(146,1,47); }

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