Html Css Color HEX #880D2A Burgundy

📋 copy color: '#880D2A'

red 136 ◦ green 13 ◦ blue 42

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

Shades of Burgundy #880D2A

Tints of Burgundy #880D2A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.81%

 BLUE value IS 42 (16.8% from 255) = 21.99%

R = 71.2%
G = 6.81%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#880D2A (or 0x880D2A) is known color: Burgundy. HEX triplet: 88, 0D and 2A. RGB value is (136,13,42). Sum of RGB (Red+Green+Blue) = 136+13+42=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #880D2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880D2A is #77F2D5. Grayscale: #353535. Windows color (decimal): -7860950 or 2755976. OLE color: 2755976.

HSL color Cylindrical-coordinate representation of color #880D2A: hue angle of 345.85º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880D2A is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 13 42 -
CMYK 0 0.90 0.69 0.47
HSL 345.85º 0.83% 0.29% -
HSV(B) 345.85º 0.9% 0.53% -
XYZ 10.72 5.69 2.72 -
YUV 53.08 121.75 187.14 -
System Red Green Blue C M Y K H S L
Decimal 136 13 42 0 0.90 0.69 0.47 345.85 0.83 0.29
Hex 88 D 2A 0 5A 45 2F 15A 53 1D
Octal 210 15 52 0 132 105 57 532 123 35
Binary 10001000 1101 101010 0 1011010 1000101 101111 101011010 1010011 11101

Color Harmonies of #880D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880D2A

Black with #880D2A

Text Example


Text Example

White with #880D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,13,42); }

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

background-color css

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

 a { background-color: rgb(136,13,42); }

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

border-color css

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

 span { border-color: rgb(136,13,42); }

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