Html Css Color HEX #860035 Burgundy

📋 copy color: '#860035'

red 134 ◦ green 0 ◦ blue 53

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

Shades of Burgundy #860035

Tints of Burgundy #860035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 28.34%

R = 71.66%
G = 0%
B = 28.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#860035 (or 0x860035) is known color: Burgundy. HEX triplet: 86, 00 and 35. RGB value is (134,0,53). Sum of RGB (Red+Green+Blue) = 134+0+53=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #860035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860035 is #79FFCA. Grayscale: #2E2E2E. Windows color (decimal): -7995339 or 3473542. OLE color: 3473542.

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

Color convert

RGB 134 0 53 -
CMYK 0 1 0.60 0.47
HSL 336.27º 1% 0.26% -
HSV(B) 336.27º 1% 0.53% -
XYZ 10.47 5.33 3.84 -
YUV 46.11 131.89 190.69 -
System Red Green Blue C M Y K H S L
Decimal 134 0 53 0 1 0.60 0.47 336.27 1 0.26
Hex 86 0 35 0 64 3C 2F 150 64 1A
Octal 206 0 65 0 144 74 57 520 144 32
Binary 10000110 0 110101 0 1100100 111100 101111 101010000 1100100 11010

Color Harmonies of #860035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860035

Black with #860035

Text Example


Text Example

White with #860035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860035; }

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

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

background-color css

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

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

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

border-color css

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

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

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