Html Css Color HEX #880B37 Burgundy

📋 copy color: '#880B37'

red 136 ◦ green 11 ◦ blue 55

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

Shades of Burgundy #880B37

Tints of Burgundy #880B37

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.45%

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

R = 67.33%
G = 5.45%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#880B37 (or 0x880B37) is known color: Burgundy. HEX triplet: 88, 0B and 37. RGB value is (136,11,55). Sum of RGB (Red+Green+Blue) = 136+11+55=202 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.33% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 55 (21.88% from 255 or 27.23% from 202); Max value from RGB is 136 - color contains mainly: red. Hex color #880B37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880B37 is #77F4C8. Grayscale: #353535. Windows color (decimal): -7861449 or 3607432. OLE color: 3607432.

HSL color Cylindrical-coordinate representation of color #880B37: hue angle of 338.88º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880B37 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 11 55 -
CMYK 0 0.92 0.60 0.47
HSL 338.88º 0.85% 0.29% -
HSV(B) 338.88º 0.92% 0.53% -
XYZ 10.96 5.75 4.15 -
YUV 53.39 128.91 186.92 -
System Red Green Blue C M Y K H S L
Decimal 136 11 55 0 0.92 0.60 0.47 338.88 0.85 0.29
Hex 88 B 37 0 5C 3C 2F 153 55 1D
Octal 210 13 67 0 134 74 57 523 125 35
Binary 10001000 1011 110111 0 1011100 111100 101111 101010011 1010101 11101

Color Harmonies of #880B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880B37

Black with #880B37

Text Example


Text Example

White with #880B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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