Html Css Color HEX #860221 Burgundy

📋 copy color: '#860221'

red 134 ◦ green 2 ◦ blue 33

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

Shades of Burgundy #860221

Tints of Burgundy #860221

RGB

 RED value IS 134 (52.73% from 255) = 79.29%

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

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

R = 79.29%
G = 1.18%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#860221 (or 0x860221) is known color: Burgundy. HEX triplet: 86, 02 and 21. RGB value is (134,2,33). Sum of RGB (Red+Green+Blue) = 134+2+33=169 (22% of max value = 765). Red value is 134 (52.73% from 255 or 79.29% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 134 - color contains mainly: red. Hex color #860221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860221 is #79FDDE. Grayscale: #2D2D2D. Windows color (decimal): -7994847 or 2163334. OLE color: 2163334.

HSL color Cylindrical-coordinate representation of color #860221: hue angle of 345.91º 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 #860221 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 2 33 -
CMYK 0 0.99 0.75 0.47
HSL 345.91º 0.97% 0.27% -
HSV(B) 345.91º 0.99% 0.53% -
XYZ 10.13 5.22 1.91 -
YUV 45 121.23 191.48 -
System Red Green Blue C M Y K H S L
Decimal 134 2 33 0 0.99 0.75 0.47 345.91 0.97 0.27
Hex 86 2 21 0 63 4B 2F 15A 61 1B
Octal 206 2 41 0 143 113 57 532 141 33
Binary 10000110 10 100001 0 1100011 1001011 101111 101011010 1100001 11011

Color Harmonies of #860221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860221

Black with #860221

Text Example


Text Example

White with #860221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860221; }

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

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

background-color css

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

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

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

border-color css

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

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

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