Html Css Color HEX #860D29 Burgundy

📋 copy color: '#860D29'

red 134 ◦ green 13 ◦ blue 41

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

Shades of Burgundy #860D29

Tints of Burgundy #860D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.81%

R = 71.28%
G = 6.91%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#860D29 (or 0x860D29) is known color: Burgundy. HEX triplet: 86, 0D and 29. RGB value is (134,13,41). Sum of RGB (Red+Green+Blue) = 134+13+41=188 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.28% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 134 - color contains mainly: red. Hex color #860D29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860D29 is #79F2D6. Grayscale: #343434. Windows color (decimal): -7992023 or 2690438. OLE color: 2690438.

HSL color Cylindrical-coordinate representation of color #860D29: hue angle of 346.12º 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 #860D29 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 13 41 -
CMYK 0 0.90 0.69 0.47
HSL 346.12º 0.82% 0.29% -
HSV(B) 346.12º 0.9% 0.53% -
XYZ 10.38 5.52 2.62 -
YUV 52.37 121.59 186.22 -
System Red Green Blue C M Y K H S L
Decimal 134 13 41 0 0.90 0.69 0.47 346.12 0.82 0.29
Hex 86 D 29 0 5A 45 2F 15A 52 1D
Octal 206 15 51 0 132 105 57 532 122 35
Binary 10000110 1101 101001 0 1011010 1000101 101111 101011010 1010010 11101

Color Harmonies of #860D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860D29

Black with #860D29

Text Example


Text Example

White with #860D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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