#880A23

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

Shades of Burgundy #880A23

Tints of Burgundy #880A23

Color information

#880A23 (or 0x880A23) is unknown color: approx Burgundy. HEX triplet: 88, 0A and 23. RGB value is (136,10,35). Sum of RGB (Red+Green+Blue) = 136+10+35=181 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.14% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 136 - color contains mainly: red. Hex color #880A23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880A23 is #77F5DC. Grayscale: #323232. Windows color (decimal): -7861725 or 2296456. OLE color: 2296456.

HSL color Cylindrical-coordinate representation of color #880A23: hue angle of 348.1º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A23 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.47.

Color convert

RGB1361035-
CMYK00.930.740.47
HSL348.1º86.3%28.63%-
HSV(B)348.1º92.65%53.33%-
XYZ10.575.572.11-
YUV50.52119.24188.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 75.14%
GREEN value IS 10 (4.30% from 255) = 5.52%
BLUE value IS 35 (14.06% from 255) = 19.34%
R=75.14%
G=5.52%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136103500.930.740.47348.186.328.63
Hex88A2305D4A2F15c561d
Octal210124301351125753412635
Binary100010001010100011010111011001010101111101011100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880A23; }

 p { color: rgb(136,10,35); }

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

<style>
 a { background-color: #880A23; }

 a { background-color: rgb(136,10,35); }

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

<style>
 span { border-color: #880A23; }

 span { border-color: rgb(136,10,35); }

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