Html Css Color HEX #860D19 Burgundy

📋 copy color: '#860D19'

red 134 ◦ green 13 ◦ blue 25

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

Shades of Burgundy #860D19

Tints of Burgundy #860D19

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.56%

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

R = 77.91%
G = 7.56%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#860D19 (or 0x860D19) is known color: Burgundy. HEX triplet: 86, 0D and 19. RGB value is (134,13,25). Sum of RGB (Red+Green+Blue) = 134+13+25=172 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.91% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 134 - color contains mainly: red. Hex color #860D19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860D19 is #79F2E6. Grayscale: #323232. Windows color (decimal): -7992039 or 1641862. OLE color: 1641862.

HSL color Cylindrical-coordinate representation of color #860D19: hue angle of 354.05º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860D19 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 13 25 -
CMYK 0 0.90 0.81 0.47
HSL 354.05º 0.82% 0.29% -
HSV(B) 354.05º 0.9% 0.53% -
XYZ 10.15 5.43 1.43 -
YUV 50.55 113.59 187.52 -
System Red Green Blue C M Y K H S L
Decimal 134 13 25 0 0.90 0.81 0.47 354.05 0.82 0.29
Hex 86 D 19 0 5A 51 2F 162 52 1D
Octal 206 15 31 0 132 121 57 542 122 35
Binary 10000110 1101 11001 0 1011010 1010001 101111 101100010 1010010 11101

Color Harmonies of #860D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860D19

Black with #860D19

Text Example


Text Example

White with #860D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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