Html Css Color HEX #860222 Burgundy

📋 copy color: '#860222'

red 134 ◦ green 2 ◦ blue 34

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

Shades of Burgundy #860222

Tints of Burgundy #860222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20%

R = 78.82%
G = 1.18%
B = 20%

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

#860222 (or 0x860222) is known color: Burgundy. HEX triplet: 86, 02 and 22. RGB value is (134,2,34). Sum of RGB (Red+Green+Blue) = 134+2+34=170 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.82% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 134 - color contains mainly: red. Hex color #860222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860222 is #79FDDD. Grayscale: #2D2D2D. Windows color (decimal): -7994846 or 2228870. OLE color: 2228870.

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

Color convert

RGB 134 2 34 -
CMYK 0 0.99 0.75 0.47
HSL 345.45º 0.97% 0.27% -
HSV(B) 345.45º 0.99% 0.53% -
XYZ 10.14 5.23 1.99 -
YUV 45.12 121.73 191.4 -
System Red Green Blue C M Y K H S L
Decimal 134 2 34 0 0.99 0.75 0.47 345.45 0.97 0.27
Hex 86 2 22 0 63 4B 2F 159 61 1B
Octal 206 2 42 0 143 113 57 531 141 33
Binary 10000110 10 100010 0 1100011 1001011 101111 101011001 1100001 11011

Color Harmonies of #860222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860222

Black with #860222

Text Example


Text Example

White with #860222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860222; }

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

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

background-color css

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

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

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

border-color css

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

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

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