Html Css Color HEX #860719 Burgundy

📋 copy color: '#860719'

red 134 ◦ green 7 ◦ blue 25

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

Shades of Burgundy #860719

Tints of Burgundy #860719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.06%

R = 80.72%
G = 4.22%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#860719 (or 0x860719) is known color: Burgundy. HEX triplet: 86, 07 and 19. RGB value is (134,7,25). Sum of RGB (Red+Green+Blue) = 134+7+25=166 (21% of max value = 765). Red value is 134 (52.73% from 255 or 80.72% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 134 - color contains mainly: red. Hex color #860719 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860719 is #79F8E6. Grayscale: #2F2F2F. Windows color (decimal): -7993575 or 1640326. OLE color: 1640326.

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

Color convert

RGB 134 7 25 -
CMYK 0 0.95 0.81 0.47
HSL 351.5º 0.9% 0.28% -
HSV(B) 351.5º 0.95% 0.53% -
XYZ 10.08 5.29 1.41 -
YUV 47.03 115.58 190.04 -
System Red Green Blue C M Y K H S L
Decimal 134 7 25 0 0.95 0.81 0.47 351.5 0.9 0.28
Hex 86 7 19 0 5F 51 2F 15F 5A 1C
Octal 206 7 31 0 137 121 57 537 132 34
Binary 10000110 111 11001 0 1011111 1010001 101111 101011111 1011010 11100

Color Harmonies of #860719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860719

Black with #860719

Text Example


Text Example

White with #860719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860719; }

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

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

background-color css

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

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

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

border-color css

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

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

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