Html Css Color HEX #880036 Burgundy

📋 copy color: '#880036'

red 136 ◦ green 0 ◦ blue 54

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

Shades of Burgundy #880036

Tints of Burgundy #880036

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 54 (21.48% from 255) = 28.42%

R = 71.58%
G = 0%
B = 28.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#880036 (or 0x880036) is known color: Burgundy. HEX triplet: 88, 00 and 36. RGB value is (136,0,54). Sum of RGB (Red+Green+Blue) = 136+0+54=190 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.58% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 54 (21.48% from 255 or 28.42% from 190); Max value from RGB is 136 - color contains mainly: red. Hex color #880036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880036 is #77FFC9. Grayscale: #2E2E2E. Windows color (decimal): -7864266 or 3539080. OLE color: 3539080.

HSL color Cylindrical-coordinate representation of color #880036: hue angle of 336.18º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #880036 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 0 54 -
CMYK 0 1 0.60 0.47
HSL 336.18º 1% 0.27% -
HSV(B) 336.18º 1% 0.53% -
XYZ 10.82 5.5 3.98 -
YUV 46.82 132.06 191.61 -
System Red Green Blue C M Y K H S L
Decimal 136 0 54 0 1 0.60 0.47 336.18 1 0.27
Hex 88 0 36 0 64 3C 2F 150 64 1B
Octal 210 0 66 0 144 74 57 520 144 33
Binary 10001000 0 110110 0 1100100 111100 101111 101010000 1100100 11011

Color Harmonies of #880036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880036

Black with #880036

Text Example


Text Example

White with #880036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880036; }

 p { color: rgb(136,0,54); }

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

background-color css

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

 a { background-color: rgb(136,0,54); }

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

border-color css

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

 span { border-color: rgb(136,0,54); }

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