#880C35

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

Shades of Burgundy #880C35

Tints of Burgundy #880C35

Color information

#880C35 (or 0x880C35) is unknown color: approx Burgundy. HEX triplet: 88, 0C and 35. RGB value is (136,12,53). Sum of RGB (Red+Green+Blue) = 136+12+53=201 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.66% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 136 - color contains mainly: red. Hex color #880C35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880C35 is #77F3CA. Grayscale: #353535. Windows color (decimal): -7861195 or 3476616. OLE color: 3476616.

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

Color convert

RGB1361253-
CMYK00.910.610.47
HSL340.16º83.78%29.02%-
HSV(B)340.16º91.18%53.33%-
XYZ10.935.753.9-
YUV53.75127.58186.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 67.66%
GREEN value IS 12 (5.08% from 255) = 5.97%
BLUE value IS 53 (21.09% from 255) = 26.37%
R=67.66%
G=5.97%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136125300.910.610.47340.1683.7829.02
Hex88C3505B3D2F154541d
Octal21014650133755752412435
Binary10001000110011010101011011111101101111101010100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,12,53); }

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

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

 a { background-color: rgb(136,12,53); }

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

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

 span { border-color: rgb(136,12,53); }

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