Html Css Color HEX #860736 Burgundy

📋 copy color: '#860736'

red 134 ◦ green 7 ◦ blue 54

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

Shades of Burgundy #860736

Tints of Burgundy #860736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 27.69%

R = 68.72%
G = 3.59%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#860736 (or 0x860736) is known color: Burgundy. HEX triplet: 86, 07 and 36. RGB value is (134,7,54). Sum of RGB (Red+Green+Blue) = 134+7+54=195 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.72% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 134 - color contains mainly: red. Hex color #860736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860736 is #79F8C9. Grayscale: #323232. Windows color (decimal): -7993546 or 3540870. OLE color: 3540870.

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

Color convert

RGB 134 7 54 -
CMYK 0 0.95 0.60 0.47
HSL 337.8º 0.9% 0.28% -
HSV(B) 337.8º 0.95% 0.53% -
XYZ 10.57 5.49 3.99 -
YUV 50.33 130.08 187.68 -
System Red Green Blue C M Y K H S L
Decimal 134 7 54 0 0.95 0.60 0.47 337.8 0.9 0.28
Hex 86 7 36 0 5F 3C 2F 152 5A 1C
Octal 206 7 66 0 137 74 57 522 132 34
Binary 10000110 111 110110 0 1011111 111100 101111 101010010 1011010 11100

Color Harmonies of #860736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860736

Black with #860736

Text Example


Text Example

White with #860736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860736; }

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

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

background-color css

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

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

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

border-color css

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

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

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