Html Css Color HEX #860034 Burgundy

📋 copy color: '#860034'

red 134 ◦ green 0 ◦ blue 52

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

Shades of Burgundy #860034

Tints of Burgundy #860034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.96%

R = 72.04%
G = 0%
B = 27.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#860034 (or 0x860034) is known color: Burgundy. HEX triplet: 86, 00 and 34. RGB value is (134,0,52). Sum of RGB (Red+Green+Blue) = 134+0+52=186 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.04% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 52 (20.70% from 255 or 27.96% from 186); Max value from RGB is 134 - color contains mainly: red. Hex color #860034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860034 is #79FFCB. Grayscale: #2D2D2D. Windows color (decimal): -7995340 or 3408006. OLE color: 3408006.

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

Color convert

RGB 134 0 52 -
CMYK 0 1 0.61 0.47
HSL 336.72º 1% 0.26% -
HSV(B) 336.72º 1% 0.53% -
XYZ 10.45 5.32 3.72 -
YUV 45.99 131.39 190.77 -
System Red Green Blue C M Y K H S L
Decimal 134 0 52 0 1 0.61 0.47 336.72 1 0.26
Hex 86 0 34 0 64 3D 2F 151 64 1A
Octal 206 0 64 0 144 75 57 521 144 32
Binary 10000110 0 110100 0 1100100 111101 101111 101010001 1100100 11010

Color Harmonies of #860034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860034

Black with #860034

Text Example


Text Example

White with #860034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860034; }

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

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

background-color css

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

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

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

border-color css

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

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

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