Html Css Color HEX #880321 Burgundy

📋 copy color: '#880321'

red 136 ◦ green 3 ◦ blue 33

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

Shades of Burgundy #880321

Tints of Burgundy #880321

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.74%

 BLUE value IS 33 (13.28% from 255) = 19.19%

R = 79.07%
G = 1.74%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#880321 (or 0x880321) is known color: Burgundy. HEX triplet: 88, 03 and 21. RGB value is (136,3,33). Sum of RGB (Red+Green+Blue) = 136+3+33=172 (22% of max value = 765). Red value is 136 (53.52% from 255 or 79.07% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 33 (13.28% from 255 or 19.19% from 172); Max value from RGB is 136 - color contains mainly: red. Hex color #880321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880321 is #77FCDE. Grayscale: #2E2E2E. Windows color (decimal): -7863519 or 2163592. OLE color: 2163592.

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

Color convert

RGB 136 3 33 -
CMYK 0 0.98 0.76 0.47
HSL 346.47º 0.96% 0.27% -
HSV(B) 346.47º 0.98% 0.53% -
XYZ 10.46 5.41 1.93 -
YUV 46.19 120.56 192.06 -
System Red Green Blue C M Y K H S L
Decimal 136 3 33 0 0.98 0.76 0.47 346.47 0.96 0.27
Hex 88 3 21 0 62 4C 2F 15A 60 1B
Octal 210 3 41 0 142 114 57 532 140 33
Binary 10001000 11 100001 0 1100010 1001100 101111 101011010 1100000 11011

Color Harmonies of #880321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880321

Black with #880321

Text Example


Text Example

White with #880321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880321; }

 p { color: rgb(136,3,33); }

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

background-color css

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

 a { background-color: rgb(136,3,33); }

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

border-color css

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

 span { border-color: rgb(136,3,33); }

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