Html Css Color HEX #860022 Burgundy

📋 copy color: '#860022'

red 134 ◦ green 0 ◦ blue 34

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

Shades of Burgundy #860022

Tints of Burgundy #860022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 79.76%
G = 0%
B = 20.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#860022 (or 0x860022) is known color: Burgundy. HEX triplet: 86, 00 and 22. RGB value is (134,0,34). Sum of RGB (Red+Green+Blue) = 134+0+34=168 (22% of max value = 765). Red value is 134 (52.73% from 255 or 79.76% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 134 - color contains mainly: red. Hex color #860022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860022 is #79FFDD. Grayscale: #2B2B2B. Windows color (decimal): -7995358 or 2228358. OLE color: 2228358.

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

Color convert

RGB 134 0 34 -
CMYK 0 1 0.75 0.47
HSL 344.78º 1% 0.26% -
HSV(B) 344.78º 1% 0.53% -
XYZ 10.12 5.18 1.98 -
YUV 43.94 122.39 192.24 -
System Red Green Blue C M Y K H S L
Decimal 134 0 34 0 1 0.75 0.47 344.78 1 0.26
Hex 86 0 22 0 64 4B 2F 159 64 1A
Octal 206 0 42 0 144 113 57 531 144 32
Binary 10000110 0 100010 0 1100100 1001011 101111 101011001 1100100 11010

Color Harmonies of #860022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860022

Black with #860022

Text Example


Text Example

White with #860022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860022; }

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

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

background-color css

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

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

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

border-color css

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

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

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