Html Css Color HEX #880B3C Burgundy

📋 copy color: '#880B3C'

red 136 ◦ green 11 ◦ blue 60

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

Shades of Burgundy #880B3C

Tints of Burgundy #880B3C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.31%

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

R = 65.7%
G = 5.31%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#880B3C (or 0x880B3C) is known color: Burgundy. HEX triplet: 88, 0B and 3C. RGB value is (136,11,60). Sum of RGB (Red+Green+Blue) = 136+11+60=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #880B3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880B3C is #77F4C3. Grayscale: #353535. Windows color (decimal): -7861444 or 3935112. OLE color: 3935112.

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

Color convert

RGB 136 11 60 -
CMYK 0 0.92 0.56 0.47
HSL 336.48º 0.85% 0.29% -
HSV(B) 336.48º 0.92% 0.53% -
XYZ 11.09 5.8 4.81 -
YUV 53.96 131.41 186.52 -
System Red Green Blue C M Y K H S L
Decimal 136 11 60 0 0.92 0.56 0.47 336.48 0.85 0.29
Hex 88 B 3C 0 5C 38 2F 150 55 1D
Octal 210 13 74 0 134 70 57 520 125 35
Binary 10001000 1011 111100 0 1011100 111000 101111 101010000 1010101 11101

Color Harmonies of #880B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880B3C

Black with #880B3C

Text Example


Text Example

White with #880B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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