Html Css Color HEX #880433 Burgundy

📋 copy color: '#880433'

red 136 ◦ green 4 ◦ blue 51

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

Shades of Burgundy #880433

Tints of Burgundy #880433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.7%

R = 71.2%
G = 2.09%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#880433 (or 0x880433) is known color: Burgundy. HEX triplet: 88, 04 and 33. RGB value is (136,4,51). Sum of RGB (Red+Green+Blue) = 136+4+51=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 51 (20.31% from 255 or 26.70% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #880433 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880433 is #77FBCC. Grayscale: #303030. Windows color (decimal): -7863245 or 3343496. OLE color: 3343496.

HSL color Cylindrical-coordinate representation of color #880433: hue angle of 338.64º 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 #880433 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 4 51 -
CMYK 0 0.97 0.62 0.47
HSL 338.64º 0.94% 0.27% -
HSV(B) 338.64º 0.97% 0.53% -
XYZ 10.79 5.56 3.64 -
YUV 48.83 129.23 190.18 -
System Red Green Blue C M Y K H S L
Decimal 136 4 51 0 0.97 0.62 0.47 338.64 0.94 0.27
Hex 88 4 33 0 61 3E 2F 153 5E 1B
Octal 210 4 63 0 141 76 57 523 136 33
Binary 10001000 100 110011 0 1100001 111110 101111 101010011 1011110 11011

Color Harmonies of #880433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880433

Black with #880433

Text Example


Text Example

White with #880433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880433; }

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

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

background-color css

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

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

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

border-color css

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

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

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