Html Css Color HEX #880432 Burgundy

📋 copy color: '#880432'

red 136 ◦ green 4 ◦ blue 50

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

Shades of Burgundy #880432

Tints of Burgundy #880432

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.11%

 BLUE value IS 50 (19.92% from 255) = 26.32%

R = 71.58%
G = 2.11%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#880432 (or 0x880432) is known color: Burgundy. HEX triplet: 88, 04 and 32. RGB value is (136,4,50). Sum of RGB (Red+Green+Blue) = 136+4+50=190 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.58% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 136 - color contains mainly: red. Hex color #880432 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880432 is #77FBCD. Grayscale: #303030. Windows color (decimal): -7863246 or 3277960. OLE color: 3277960.

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

Color convert

RGB 136 4 50 -
CMYK 0 0.97 0.63 0.47
HSL 339.09º 0.94% 0.27% -
HSV(B) 339.09º 0.97% 0.53% -
XYZ 10.77 5.55 3.52 -
YUV 48.71 128.73 190.26 -
System Red Green Blue C M Y K H S L
Decimal 136 4 50 0 0.97 0.63 0.47 339.09 0.94 0.27
Hex 88 4 32 0 61 3F 2F 153 5E 1B
Octal 210 4 62 0 141 77 57 523 136 33
Binary 10001000 100 110010 0 1100001 111111 101111 101010011 1011110 11011

Color Harmonies of #880432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880432

Black with #880432

Text Example


Text Example

White with #880432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880432; }

 p { color: rgb(136,4,50); }

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

background-color css

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

 a { background-color: rgb(136,4,50); }

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

border-color css

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

 span { border-color: rgb(136,4,50); }

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