Html Css Color HEX #871121 Burgundy

📋 copy color: '#871121'

red 135 ◦ green 17 ◦ blue 33

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

Shades of Burgundy #871121

Tints of Burgundy #871121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.19%

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

R = 72.97%
G = 9.19%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#871121 (or 0x871121) is known color: Burgundy. HEX triplet: 87, 11 and 21. RGB value is (135,17,33). Sum of RGB (Red+Green+Blue) = 135+17+33=185 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.97% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 135 - color contains mainly: red. Hex color #871121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871121 is #78EEDE. Grayscale: #363636. Windows color (decimal): -7925471 or 2167175. OLE color: 2167175.

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

Color convert

RGB 135 17 33 -
CMYK 0 0.87 0.76 0.47
HSL 351.86º 0.78% 0.3% -
HSV(B) 351.86º 0.87% 0.53% -
XYZ 10.47 5.66 1.98 -
YUV 54.11 116.09 185.7 -
System Red Green Blue C M Y K H S L
Decimal 135 17 33 0 0.87 0.76 0.47 351.86 0.78 0.3
Hex 87 11 21 0 57 4C 2F 160 4E 1E
Octal 207 21 41 0 127 114 57 540 116 36
Binary 10000111 10001 100001 0 1010111 1001100 101111 101100000 1001110 11110

Color Harmonies of #871121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871121

Black with #871121

Text Example


Text Example

White with #871121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871121; }

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

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

background-color css

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

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

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

border-color css

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

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

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