Html Css Color HEX #86131A Burgundy

📋 copy color: '#86131A'

red 134 ◦ green 19 ◦ blue 26

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

Shades of Burgundy #86131A

Tints of Burgundy #86131A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.61%

 BLUE value IS 26 (10.55% from 255) = 14.53%

R = 74.86%
G = 10.61%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#86131A (or 0x86131A) is known color: Burgundy. HEX triplet: 86, 13 and 1A. RGB value is (134,19,26). Sum of RGB (Red+Green+Blue) = 134+19+26=179 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.86% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 134 - color contains mainly: red. Hex color #86131A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86131A is #79ECE5. Grayscale: #363636. Windows color (decimal): -7990502 or 1708934. OLE color: 1708934.

HSL color Cylindrical-coordinate representation of color #86131A: hue angle of 356.35º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86131A is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 19 26 -
CMYK 0 0.86 0.81 0.47
HSL 356.35º 0.75% 0.3% -
HSV(B) 356.35º 0.86% 0.53% -
XYZ 10.25 5.61 1.52 -
YUV 54.18 112.1 184.93 -
System Red Green Blue C M Y K H S L
Decimal 134 19 26 0 0.86 0.81 0.47 356.35 0.75 0.3
Hex 86 13 1A 0 56 51 2F 164 4B 1E
Octal 206 23 32 0 126 121 57 544 113 36
Binary 10000110 10011 11010 0 1010110 1010001 101111 101100100 1001011 11110

Color Harmonies of #86131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86131A

Black with #86131A

Text Example


Text Example

White with #86131A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86131A; }

 p { color: rgb(134,19,26); }

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

background-color css

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

 a { background-color: rgb(134,19,26); }

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

border-color css

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

 span { border-color: rgb(134,19,26); }

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