Html Css Color HEX #880A39 Burgundy

📋 copy color: '#880A39'

red 136 ◦ green 10 ◦ blue 57

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

Shades of Burgundy #880A39

Tints of Burgundy #880A39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 28.08%

R = 67%
G = 4.93%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#880A39 (or 0x880A39) is known color: Burgundy. HEX triplet: 88, 0A and 39. RGB value is (136,10,57). Sum of RGB (Red+Green+Blue) = 136+10+57=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 57 (22.66% from 255 or 28.08% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #880A39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880A39 is #77F5C6. Grayscale: #343434. Windows color (decimal): -7861703 or 3738248. OLE color: 3738248.

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

Color convert

RGB 136 10 57 -
CMYK 0 0.93 0.58 0.47
HSL 337.62º 0.86% 0.29% -
HSV(B) 337.62º 0.93% 0.53% -
XYZ 11 5.75 4.4 -
YUV 53.03 130.24 187.18 -
System Red Green Blue C M Y K H S L
Decimal 136 10 57 0 0.93 0.58 0.47 337.62 0.86 0.29
Hex 88 A 39 0 5D 3A 2F 152 56 1D
Octal 210 12 71 0 135 72 57 522 126 35
Binary 10001000 1010 111001 0 1011101 111010 101111 101010010 1010110 11101

Color Harmonies of #880A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880A39

Black with #880A39

Text Example


Text Example

White with #880A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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