Html Css Color HEX #880A37 Burgundy

📋 copy color: '#880A37'

red 136 ◦ green 10 ◦ blue 55

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

Shades of Burgundy #880A37

Tints of Burgundy #880A37

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.98%

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

R = 67.66%
G = 4.98%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#880A37 (or 0x880A37) is known color: Burgundy. HEX triplet: 88, 0A and 37. RGB value is (136,10,55). Sum of RGB (Red+Green+Blue) = 136+10+55=201 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.66% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 136 - color contains mainly: red. Hex color #880A37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880A37 is #77F5C8. Grayscale: #343434. Windows color (decimal): -7861705 or 3607176. OLE color: 3607176.

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

Color convert

RGB 136 10 55 -
CMYK 0 0.93 0.60 0.47
HSL 338.57º 0.86% 0.29% -
HSV(B) 338.57º 0.93% 0.53% -
XYZ 10.95 5.73 4.14 -
YUV 52.8 129.24 187.34 -
System Red Green Blue C M Y K H S L
Decimal 136 10 55 0 0.93 0.60 0.47 338.57 0.86 0.29
Hex 88 A 37 0 5D 3C 2F 153 56 1D
Octal 210 12 67 0 135 74 57 523 126 35
Binary 10001000 1010 110111 0 1011101 111100 101111 101010011 1010110 11101

Color Harmonies of #880A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880A37

Black with #880A37

Text Example


Text Example

White with #880A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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