Html Css Color HEX #860739 Burgundy

📋 copy color: '#860739'

red 134 ◦ green 7 ◦ blue 57

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

Shades of Burgundy #860739

Tints of Burgundy #860739

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.54%

 BLUE value IS 57 (22.66% from 255) = 28.79%

R = 67.68%
G = 3.54%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#860739 (or 0x860739) is known color: Burgundy. HEX triplet: 86, 07 and 39. RGB value is (134,7,57). Sum of RGB (Red+Green+Blue) = 134+7+57=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #860739 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860739 is #79F8C6. Grayscale: #323232. Windows color (decimal): -7993543 or 3737478. OLE color: 3737478.

HSL color Cylindrical-coordinate representation of color #860739: hue angle of 336.38º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860739 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 7 57 -
CMYK 0 0.95 0.57 0.47
HSL 336.38º 0.9% 0.28% -
HSV(B) 336.38º 0.95% 0.53% -
XYZ 10.65 5.52 4.37 -
YUV 50.67 131.58 187.43 -
System Red Green Blue C M Y K H S L
Decimal 134 7 57 0 0.95 0.57 0.47 336.38 0.9 0.28
Hex 86 7 39 0 5F 39 2F 150 5A 1C
Octal 206 7 71 0 137 71 57 520 132 34
Binary 10000110 111 111001 0 1011111 111001 101111 101010000 1011010 11100

Color Harmonies of #860739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860739

Black with #860739

Text Example


Text Example

White with #860739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860739; }

 p { color: rgb(134,7,57); }

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

background-color css

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

 a { background-color: rgb(134,7,57); }

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

border-color css

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

 span { border-color: rgb(134,7,57); }

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