Html Css Color HEX #880C37 Burgundy

📋 copy color: '#880C37'

red 136 ◦ green 12 ◦ blue 55

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

Shades of Burgundy #880C37

Tints of Burgundy #880C37

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.91%

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

R = 67%
G = 5.91%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#880C37 (or 0x880C37) is known color: Burgundy. HEX triplet: 88, 0C and 37. RGB value is (136,12,55). Sum of RGB (Red+Green+Blue) = 136+12+55=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #880C37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880C37 is #77F3C8. Grayscale: #353535. Windows color (decimal): -7861193 or 3607688. OLE color: 3607688.

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

Color convert

RGB 136 12 55 -
CMYK 0 0.91 0.60 0.47
HSL 339.19º 0.84% 0.29% -
HSV(B) 339.19º 0.91% 0.53% -
XYZ 10.97 5.77 4.15 -
YUV 53.98 128.58 186.5 -
System Red Green Blue C M Y K H S L
Decimal 136 12 55 0 0.91 0.60 0.47 339.19 0.84 0.29
Hex 88 C 37 0 5B 3C 2F 153 54 1D
Octal 210 14 67 0 133 74 57 523 124 35
Binary 10001000 1100 110111 0 1011011 111100 101111 101010011 1010100 11101

Color Harmonies of #880C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C37

Black with #880C37

Text Example


Text Example

White with #880C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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