Html Css Color HEX #871421 Burgundy

📋 copy color: '#871421'

red 135 ◦ green 20 ◦ blue 33

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

Shades of Burgundy #871421

Tints of Burgundy #871421

RGB

 RED value IS 135 (53.13% from 255) = 71.81%

 GREEN value IS 20 (8.2% from 255) = 10.64%

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

R = 71.81%
G = 10.64%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#871421 (or 0x871421) is known color: Burgundy. HEX triplet: 87, 14 and 21. RGB value is (135,20,33). Sum of RGB (Red+Green+Blue) = 135+20+33=188 (24% of max value = 765). Red value is 135 (53.12% from 255 or 71.81% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 135 - color contains mainly: red. Hex color #871421 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871421 is #78EBDE. Grayscale: #373737. Windows color (decimal): -7924703 or 2167943. OLE color: 2167943.

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

Color convert

RGB 135 20 33 -
CMYK 0 0.85 0.76 0.47
HSL 353.22º 0.74% 0.3% -
HSV(B) 353.22º 0.85% 0.53% -
XYZ 10.52 5.76 2 -
YUV 55.87 115.1 184.44 -
System Red Green Blue C M Y K H S L
Decimal 135 20 33 0 0.85 0.76 0.47 353.22 0.74 0.3
Hex 87 14 21 0 55 4C 2F 161 4A 1E
Octal 207 24 41 0 125 114 57 541 112 36
Binary 10000111 10100 100001 0 1010101 1001100 101111 101100001 1001010 11110

Color Harmonies of #871421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871421

Black with #871421

Text Example


Text Example

White with #871421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871421; }

 p { color: rgb(135,20,33); }

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

background-color css

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

 a { background-color: rgb(135,20,33); }

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

border-color css

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

 span { border-color: rgb(135,20,33); }

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