Html Css Color HEX #880D3C Burgundy

📋 copy color: '#880D3C'

red 136 ◦ green 13 ◦ blue 60

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

Shades of Burgundy #880D3C

Tints of Burgundy #880D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.71%

R = 65.07%
G = 6.22%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#880D3C (or 0x880D3C) is known color: Burgundy. HEX triplet: 88, 0D and 3C. RGB value is (136,13,60). Sum of RGB (Red+Green+Blue) = 136+13+60=209 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.07% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 136 - color contains mainly: red. Hex color #880D3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880D3C is #77F2C3. Grayscale: #373737. Windows color (decimal): -7860932 or 3935624. OLE color: 3935624.

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

Color convert

RGB 136 13 60 -
CMYK 0 0.90 0.56 0.47
HSL 337.07º 0.83% 0.29% -
HSV(B) 337.07º 0.9% 0.53% -
XYZ 11.11 5.85 4.82 -
YUV 55.14 130.75 185.68 -
System Red Green Blue C M Y K H S L
Decimal 136 13 60 0 0.90 0.56 0.47 337.07 0.83 0.29
Hex 88 D 3C 0 5A 38 2F 151 53 1D
Octal 210 15 74 0 132 70 57 521 123 35
Binary 10001000 1101 111100 0 1011010 111000 101111 101010001 1010011 11101

Color Harmonies of #880D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880D3C

Black with #880D3C

Text Example


Text Example

White with #880D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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