#92022A

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

Shades of Burgundy #92022A

Tints of Burgundy #92022A

Color information

#92022A (or 0x92022A) is unknown color: approx Burgundy. HEX triplet: 92, 02 and 2A. RGB value is (146,2,42). Sum of RGB (Red+Green+Blue) = 146+2+42=190 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.84% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 146 - color contains mainly: red. Hex color #92022A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92022A is #6DFDD5. Grayscale: #313131. Windows color (decimal): -7208406 or 2753170. OLE color: 2753170.

HSL color Cylindrical-coordinate representation of color #92022A: hue angle of 343.33º degrees, saturation: 0.97, 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 #92022A is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB146242-
CMYK00.990.710.43
HSL343.33º97.3%29.02%-
HSV(B)343.33º98.63%57.25%-
XYZ12.296.322.76-
YUV49.62123.71196.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 76.84%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 42 (16.80% from 255) = 22.11%
R=76.84%
G=1.05%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14624200.990.710.43343.3397.329.02
Hex9222A063472B157611d
Octal22225201431075352714135
Binary1001001010101010011000111000111101011101010111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92022A; }

 p { color: rgb(146,2,42); }

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

<style>
 a { background-color: #92022A; }

 a { background-color: rgb(146,2,42); }

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

<style>
 span { border-color: #92022A; }

 span { border-color: rgb(146,2,42); }

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