Html Css Color HEX #880538 Burgundy

📋 copy color: '#880538'

red 136 ◦ green 5 ◦ blue 56

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

Shades of Burgundy #880538

Tints of Burgundy #880538

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.54%

 BLUE value IS 56 (22.27% from 255) = 28.43%

R = 69.04%
G = 2.54%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#880538 (or 0x880538) is known color: Burgundy. HEX triplet: 88, 05 and 38. RGB value is (136,5,56). Sum of RGB (Red+Green+Blue) = 136+5+56=197 (26% of max value = 765). Red value is 136 (53.52% from 255 or 69.04% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 136 - color contains mainly: red. Hex color #880538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880538 is #77FAC7. Grayscale: #313131. Windows color (decimal): -7862984 or 3671432. OLE color: 3671432.

HSL color Cylindrical-coordinate representation of color #880538: hue angle of 336.64º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880538 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 5 56 -
CMYK 0 0.96 0.59 0.47
HSL 336.64º 0.93% 0.28% -
HSV(B) 336.64º 0.96% 0.53% -
XYZ 10.92 5.63 4.25 -
YUV 49.98 131.4 189.35 -
System Red Green Blue C M Y K H S L
Decimal 136 5 56 0 0.96 0.59 0.47 336.64 0.93 0.28
Hex 88 5 38 0 60 3B 2F 151 5D 1C
Octal 210 5 70 0 140 73 57 521 135 34
Binary 10001000 101 111000 0 1100000 111011 101111 101010001 1011101 11100

Color Harmonies of #880538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880538

Black with #880538

Text Example


Text Example

White with #880538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880538; }

 p { color: rgb(136,5,56); }

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

background-color css

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

 a { background-color: rgb(136,5,56); }

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

border-color css

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

 span { border-color: rgb(136,5,56); }

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