#880627

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

Shades of Burgundy #880627

Tints of Burgundy #880627

Color information

#880627 (or 0x880627) is unknown color: approx Burgundy. HEX triplet: 88, 06 and 27. RGB value is (136,6,39). Sum of RGB (Red+Green+Blue) = 136+6+39=181 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.14% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 136 - color contains mainly: red. Hex color #880627 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880627 is #77F9D8. Grayscale: #303030. Windows color (decimal): -7862745 or 2557576. OLE color: 2557576.

HSL color Cylindrical-coordinate representation of color #880627: hue angle of 344.77º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880627 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB136639-
CMYK00.960.710.47
HSL344.77º91.55%27.84%-
HSV(B)344.77º95.59%53.33%-
XYZ10.585.512.43-
YUV48.63122.57190.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 75.14%
GREEN value IS 6 (2.73% from 255) = 3.31%
BLUE value IS 39 (15.62% from 255) = 21.55%
R=75.14%
G=3.31%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13663900.960.710.47344.7791.5527.84
Hex88627060472F1595c1c
Octal21064701401075753113434
Binary10001000110100111011000001000111101111101011001101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880627; }

 p { color: rgb(136,6,39); }

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

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

 a { background-color: rgb(136,6,39); }

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

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

 span { border-color: rgb(136,6,39); }

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