#88092A

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

Shades of Burgundy #88092A

Tints of Burgundy #88092A

Color information

#88092A (or 0x88092A) is unknown color: approx Burgundy. HEX triplet: 88, 09 and 2A. RGB value is (136,9,42). Sum of RGB (Red+Green+Blue) = 136+9+42=187 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.73% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 136 - color contains mainly: red. Hex color #88092A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88092A is #77F6D5. Grayscale: #323232. Windows color (decimal): -7861974 or 2754952. OLE color: 2754952.

HSL color Cylindrical-coordinate representation of color #88092A: hue angle of 344.41º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88092A is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB136942-
CMYK00.930.690.47
HSL344.41º87.59%28.43%-
HSV(B)344.41º93.38%53.33%-
XYZ10.675.62.71-
YUV50.74123.08188.82-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 72.73%
GREEN value IS 9 (3.91% from 255) = 4.81%
BLUE value IS 42 (16.80% from 255) = 22.46%
R=72.73%
G=4.81%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13694200.930.690.47344.4187.5928.43
Hex8892A05D452F158581c
Octal210115201351055753013034
Binary100010001001101010010111011000101101111101011000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,9,42); }

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

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

 a { background-color: rgb(136,9,42); }

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

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

 span { border-color: rgb(136,9,42); }

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