Html Css Color HEX #860C29 Burgundy

📋 copy color: '#860C29'

red 134 ◦ green 12 ◦ blue 41

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

Shades of Burgundy #860C29

Tints of Burgundy #860C29

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.42%

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

R = 71.66%
G = 6.42%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#860C29 (or 0x860C29) is known color: Burgundy. HEX triplet: 86, 0C and 29. RGB value is (134,12,41). Sum of RGB (Red+Green+Blue) = 134+12+41=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #860C29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860C29 is #79F3D6. Grayscale: #333333. Windows color (decimal): -7992279 or 2690182. OLE color: 2690182.

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

Color convert

RGB 134 12 41 -
CMYK 0 0.91 0.69 0.47
HSL 345.74º 0.84% 0.29% -
HSV(B) 345.74º 0.91% 0.53% -
XYZ 10.36 5.49 2.61 -
YUV 51.78 121.92 186.64 -
System Red Green Blue C M Y K H S L
Decimal 134 12 41 0 0.91 0.69 0.47 345.74 0.84 0.29
Hex 86 C 29 0 5B 45 2F 15A 54 1D
Octal 206 14 51 0 133 105 57 532 124 35
Binary 10000110 1100 101001 0 1011011 1000101 101111 101011010 1010100 11101

Color Harmonies of #860C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860C29

Black with #860C29

Text Example


Text Example

White with #860C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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