Html Css Color HEX #860122 Burgundy

📋 copy color: '#860122'

red 134 ◦ green 1 ◦ blue 34

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

Shades of Burgundy #860122

Tints of Burgundy #860122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

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

R = 79.29%
G = 0.59%
B = 20.12%

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

#860122 (or 0x860122) is known color: Burgundy. HEX triplet: 86, 01 and 22. RGB value is (134,1,34). Sum of RGB (Red+Green+Blue) = 134+1+34=169 (22% of max value = 765). Red value is 134 (52.73% from 255 or 79.29% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 134 - color contains mainly: red. Hex color #860122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860122 is #79FEDD. Grayscale: #2C2C2C. Windows color (decimal): -7995102 or 2228614. OLE color: 2228614.

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

Color convert

RGB 134 1 34 -
CMYK 0 0.99 0.75 0.47
HSL 345.11º 0.99% 0.26% -
HSV(B) 345.11º 0.99% 0.53% -
XYZ 10.13 5.21 1.98 -
YUV 44.53 122.06 191.82 -
System Red Green Blue C M Y K H S L
Decimal 134 1 34 0 0.99 0.75 0.47 345.11 0.99 0.26
Hex 86 1 22 0 63 4B 2F 159 63 1A
Octal 206 1 42 0 143 113 57 531 143 32
Binary 10000110 1 100010 0 1100011 1001011 101111 101011001 1100011 11010

Color Harmonies of #860122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860122

Black with #860122

Text Example


Text Example

White with #860122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860122; }

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

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

background-color css

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

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

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

border-color css

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

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

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