Html Css Color HEX #880337 Burgundy

📋 copy color: '#880337'

red 136 ◦ green 3 ◦ blue 55

#880337
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #880337

Tints of Burgundy #880337

RGB

 RED value IS 136 (53.52% from 255) = 70.1%

 GREEN value IS 3 (1.56% from 255) = 1.55%

 BLUE value IS 55 (21.88% from 255) = 28.35%

R = 70.1%
G = 1.55%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#880337 (or 0x880337) is known color: Burgundy. HEX triplet: 88, 03 and 37. RGB value is (136,3,55). Sum of RGB (Red+Green+Blue) = 136+3+55=194 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.10% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 55 (21.88% from 255 or 28.35% from 194); Max value from RGB is 136 - color contains mainly: red. Hex color #880337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880337 is #77FCC8. Grayscale: #303030. Windows color (decimal): -7863497 or 3605384. OLE color: 3605384.

HSL color Cylindrical-coordinate representation of color #880337: hue angle of 336.54º 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 #880337 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 3 55 -
CMYK 0 0.98 0.60 0.47
HSL 336.54º 0.96% 0.27% -
HSV(B) 336.54º 0.98% 0.53% -
XYZ 10.88 5.58 4.12 -
YUV 48.7 131.56 190.27 -
System Red Green Blue C M Y K H S L
Decimal 136 3 55 0 0.98 0.60 0.47 336.54 0.96 0.27
Hex 88 3 37 0 62 3C 2F 151 60 1B
Octal 210 3 67 0 142 74 57 521 140 33
Binary 10001000 11 110111 0 1100010 111100 101111 101010001 1100000 11011

Color Harmonies of #880337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880337

Black with #880337

Text Example


Text Example

White with #880337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880337; }

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

 H1.HeaderClassName
 {
   color: #880337;
 }
 .AnyTagClassName
 {
   color: #880337;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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