#880C3D

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

Shades of Burgundy #880C3D

Tints of Burgundy #880C3D

Color information

#880C3D (or 0x880C3D) is unknown color: approx Burgundy. HEX triplet: 88, 0C and 3D. RGB value is (136,12,61). Sum of RGB (Red+Green+Blue) = 136+12+61=209 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.07% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 136 - color contains mainly: red. Hex color #880C3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880C3D is #77F3C2. Grayscale: #363636. Windows color (decimal): -7861187 or 4000904. OLE color: 4000904.

HSL color Cylindrical-coordinate representation of color #880C3D: hue angle of 336.29º 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 #880C3D is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB1361261-
CMYK00.910.550.47
HSL336.29º83.78%29.02%-
HSV(B)336.29º91.18%53.33%-
XYZ11.135.834.95-
YUV54.66131.58186.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 65.07%
GREEN value IS 12 (5.08% from 255) = 5.74%
BLUE value IS 61 (24.22% from 255) = 29.19%
R=65.07%
G=5.74%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136126100.910.550.47336.2983.7829.02
Hex88C3D05B372F150541d
Octal21014750133675752012435
Binary10001000110011110101011011110111101111101010000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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