#880335

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

Shades of Burgundy #880335

Tints of Burgundy #880335

Color information

#880335 (or 0x880335) is unknown color: approx Burgundy. HEX triplet: 88, 03 and 35. RGB value is (136,3,53). Sum of RGB (Red+Green+Blue) = 136+3+53=192 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.83% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 136 - color contains mainly: red. Hex color #880335 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880335 is #77FCCA. Grayscale: #303030. Windows color (decimal): -7863499 or 3474312. OLE color: 3474312.

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

Color convert

RGB136353-
CMYK00.980.610.47
HSL337.44º95.68%27.25%-
HSV(B)337.44º97.79%53.33%-
XYZ10.835.563.87-
YUV48.47130.56190.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 70.83%
GREEN value IS 3 (1.56% from 255) = 1.56%
BLUE value IS 53 (21.09% from 255) = 27.60%
R=70.83%
G=1.56%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13635300.980.610.47337.4495.6827.25
Hex883350623D2F151601b
Octal2103650142755752114033
Binary100010001111010101100010111101101111101010001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880335; }

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

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

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

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

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

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

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

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