Html Css Color HEX #880B36 Burgundy

📋 copy color: '#880B36'

red 136 ◦ green 11 ◦ blue 54

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

Shades of Burgundy #880B36

Tints of Burgundy #880B36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 26.87%

R = 67.66%
G = 5.47%
B = 26.87%

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

#880B36 (or 0x880B36) is known color: Burgundy. HEX triplet: 88, 0B and 36. RGB value is (136,11,54). Sum of RGB (Red+Green+Blue) = 136+11+54=201 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.66% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 136 - color contains mainly: red. Hex color #880B36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880B36 is #77F4C9. Grayscale: #353535. Windows color (decimal): -7861450 or 3541896. OLE color: 3541896.

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

Color convert

RGB 136 11 54 -
CMYK 0 0.92 0.60 0.47
HSL 339.36º 0.85% 0.29% -
HSV(B) 339.36º 0.92% 0.53% -
XYZ 10.94 5.74 4.02 -
YUV 53.28 128.41 187 -
System Red Green Blue C M Y K H S L
Decimal 136 11 54 0 0.92 0.60 0.47 339.36 0.85 0.29
Hex 88 B 36 0 5C 3C 2F 153 55 1D
Octal 210 13 66 0 134 74 57 523 125 35
Binary 10001000 1011 110110 0 1011100 111100 101111 101010011 1010101 11101

Color Harmonies of #880B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880B36

Black with #880B36

Text Example


Text Example

White with #880B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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