Html Css Color HEX #880A27 Burgundy

📋 copy color: '#880A27'

red 136 ◦ green 10 ◦ blue 39

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

Shades of Burgundy #880A27

Tints of Burgundy #880A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 21.08%

R = 73.51%
G = 5.41%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#880A27 (or 0x880A27) is known color: Burgundy. HEX triplet: 88, 0A and 27. RGB value is (136,10,39). Sum of RGB (Red+Green+Blue) = 136+10+39=185 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.51% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 136 - color contains mainly: red. Hex color #880A27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880A27 is #77F5D8. Grayscale: #323232. Windows color (decimal): -7861721 or 2558600. OLE color: 2558600.

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

Color convert

RGB 136 10 39 -
CMYK 0 0.93 0.71 0.47
HSL 346.19º 0.86% 0.29% -
HSV(B) 346.19º 0.93% 0.53% -
XYZ 10.63 5.6 2.44 -
YUV 50.98 121.24 188.64 -
System Red Green Blue C M Y K H S L
Decimal 136 10 39 0 0.93 0.71 0.47 346.19 0.86 0.29
Hex 88 A 27 0 5D 47 2F 15A 56 1D
Octal 210 12 47 0 135 107 57 532 126 35
Binary 10001000 1010 100111 0 1011101 1000111 101111 101011010 1010110 11101

Color Harmonies of #880A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880A27

Black with #880A27

Text Example


Text Example

White with #880A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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