Html Css Color HEX #870221 Burgundy

📋 copy color: '#870221'

red 135 ◦ green 2 ◦ blue 33

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

Shades of Burgundy #870221

Tints of Burgundy #870221

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.18%

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

R = 79.41%
G = 1.18%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#870221 (or 0x870221) is known color: Burgundy. HEX triplet: 87, 02 and 21. RGB value is (135,2,33). Sum of RGB (Red+Green+Blue) = 135+2+33=170 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.41% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 135 - color contains mainly: red. Hex color #870221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870221 is #78FDDE. Grayscale: #2D2D2D. Windows color (decimal): -7929311 or 2163335. OLE color: 2163335.

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

Color convert

RGB 135 2 33 -
CMYK 0 0.99 0.76 0.47
HSL 346.02º 0.97% 0.27% -
HSV(B) 346.02º 0.99% 0.53% -
XYZ 10.29 5.3 1.92 -
YUV 45.3 121.06 191.98 -
System Red Green Blue C M Y K H S L
Decimal 135 2 33 0 0.99 0.76 0.47 346.02 0.97 0.27
Hex 87 2 21 0 63 4C 2F 15A 61 1B
Octal 207 2 41 0 143 114 57 532 141 33
Binary 10000111 10 100001 0 1100011 1001100 101111 101011010 1100001 11011

Color Harmonies of #870221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870221

Black with #870221

Text Example


Text Example

White with #870221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870221; }

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

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

background-color css

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

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

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

border-color css

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

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

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