Html Css Color HEX #860A29 Burgundy

📋 copy color: '#860A29'

red 134 ◦ green 10 ◦ blue 41

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

Shades of Burgundy #860A29

Tints of Burgundy #860A29

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.41%

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

R = 72.43%
G = 5.41%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#860A29 (or 0x860A29) is known color: Burgundy. HEX triplet: 86, 0A and 29. RGB value is (134,10,41). Sum of RGB (Red+Green+Blue) = 134+10+41=185 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.43% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 134 - color contains mainly: red. Hex color #860A29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860A29 is #79F5D6. Grayscale: #323232. Windows color (decimal): -7992791 or 2689670. OLE color: 2689670.

HSL color Cylindrical-coordinate representation of color #860A29: hue angle of 345º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860A29 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 10 41 -
CMYK 0 0.93 0.69 0.47
HSL 345º 0.86% 0.28% -
HSV(B) 345º 0.93% 0.53% -
XYZ 10.34 5.45 2.6 -
YUV 50.61 122.58 187.48 -
System Red Green Blue C M Y K H S L
Decimal 134 10 41 0 0.93 0.69 0.47 345 0.86 0.28
Hex 86 A 29 0 5D 45 2F 159 56 1C
Octal 206 12 51 0 135 105 57 531 126 34
Binary 10000110 1010 101001 0 1011101 1000101 101111 101011001 1010110 11100

Color Harmonies of #860A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860A29

Black with #860A29

Text Example


Text Example

White with #860A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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