Html Css Color HEX #880237 Burgundy

📋 copy color: '#880237'

red 136 ◦ green 2 ◦ blue 55

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

Shades of Burgundy #880237

Tints of Burgundy #880237

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.04%

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

R = 70.47%
G = 1.04%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#880237 (or 0x880237) is known color: Burgundy. HEX triplet: 88, 02 and 37. RGB value is (136,2,55). Sum of RGB (Red+Green+Blue) = 136+2+55=193 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.47% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 55 (21.88% from 255 or 28.50% from 193); Max value from RGB is 136 - color contains mainly: red. Hex color #880237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880237 is #77FDC8. Grayscale: #303030. Windows color (decimal): -7863753 or 3605128. OLE color: 3605128.

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

Color convert

RGB 136 2 55 -
CMYK 0 0.99 0.60 0.47
HSL 336.27º 0.97% 0.27% -
HSV(B) 336.27º 0.99% 0.53% -
XYZ 10.86 5.55 4.11 -
YUV 48.11 131.89 190.69 -
System Red Green Blue C M Y K H S L
Decimal 136 2 55 0 0.99 0.60 0.47 336.27 0.97 0.27
Hex 88 2 37 0 63 3C 2F 150 61 1B
Octal 210 2 67 0 143 74 57 520 141 33
Binary 10001000 10 110111 0 1100011 111100 101111 101010000 1100001 11011

Color Harmonies of #880237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880237

Black with #880237

Text Example


Text Example

White with #880237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880237; }

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

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

background-color css

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

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

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

border-color css

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

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

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