Html Css Color HEX #870821 Burgundy

📋 copy color: '#870821'

red 135 ◦ green 8 ◦ blue 33

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

Shades of Burgundy #870821

Tints of Burgundy #870821

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.55%

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

R = 76.7%
G = 4.55%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#870821 (or 0x870821) is known color: Burgundy. HEX triplet: 87, 08 and 21. RGB value is (135,8,33). Sum of RGB (Red+Green+Blue) = 135+8+33=176 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.70% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 135 - color contains mainly: red. Hex color #870821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870821 is #78F7DE. Grayscale: #303030. Windows color (decimal): -7927775 or 2164871. OLE color: 2164871.

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

Color convert

RGB 135 8 33 -
CMYK 0 0.94 0.76 0.47
HSL 348.19º 0.89% 0.28% -
HSV(B) 348.19º 0.94% 0.53% -
XYZ 10.35 5.43 1.94 -
YUV 48.82 119.08 189.47 -
System Red Green Blue C M Y K H S L
Decimal 135 8 33 0 0.94 0.76 0.47 348.19 0.89 0.28
Hex 87 8 21 0 5E 4C 2F 15C 59 1C
Octal 207 10 41 0 136 114 57 534 131 34
Binary 10000111 1000 100001 0 1011110 1001100 101111 101011100 1011001 11100

Color Harmonies of #870821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870821

Black with #870821

Text Example


Text Example

White with #870821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870821; }

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

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

background-color css

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

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

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

border-color css

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

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

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