Html Css Color HEX #860329 Burgundy

📋 copy color: '#860329'

red 134 ◦ green 3 ◦ blue 41

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

Shades of Burgundy #860329

Tints of Burgundy #860329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.69%

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

R = 75.28%
G = 1.69%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#860329 (or 0x860329) is known color: Burgundy. HEX triplet: 86, 03 and 29. RGB value is (134,3,41). Sum of RGB (Red+Green+Blue) = 134+3+41=178 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.28% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 134 - color contains mainly: red. Hex color #860329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860329 is #79FCD6. Grayscale: #2E2E2E. Windows color (decimal): -7994583 or 2687878. OLE color: 2687878.

HSL color Cylindrical-coordinate representation of color #860329: hue angle of 342.6º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #860329 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 3 41 -
CMYK 0 0.98 0.69 0.47
HSL 342.6º 0.96% 0.27% -
HSV(B) 342.6º 0.98% 0.53% -
XYZ 10.26 5.29 2.58 -
YUV 46.5 124.9 190.41 -
System Red Green Blue C M Y K H S L
Decimal 134 3 41 0 0.98 0.69 0.47 342.6 0.96 0.27
Hex 86 3 29 0 62 45 2F 157 60 1B
Octal 206 3 51 0 142 105 57 527 140 33
Binary 10000110 11 101001 0 1100010 1000101 101111 101010111 1100000 11011

Color Harmonies of #860329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860329

Black with #860329

Text Example


Text Example

White with #860329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860329; }

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

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

background-color css

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

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

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

border-color css

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

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

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