Html Css Color HEX #860A2C Burgundy

📋 copy color: '#860A2C'

red 134 ◦ green 10 ◦ blue 44

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

Shades of Burgundy #860A2C

Tints of Burgundy #860A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.4%

R = 71.28%
G = 5.32%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#860A2C (or 0x860A2C) is known color: Burgundy. HEX triplet: 86, 0A and 2C. RGB value is (134,10,44). Sum of RGB (Red+Green+Blue) = 134+10+44=188 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.28% from 188); Green value is 10 (4.30% from 255 or 5.32% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 134 - color contains mainly: red. Hex color #860A2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860A2C is #79F5D3. Grayscale: #323232. Windows color (decimal): -7992788 or 2886278. OLE color: 2886278.

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

Color convert

RGB 134 10 44 -
CMYK 0 0.93 0.67 0.47
HSL 343.55º 0.86% 0.28% -
HSV(B) 343.55º 0.93% 0.53% -
XYZ 10.39 5.47 2.89 -
YUV 50.95 124.08 187.24 -
System Red Green Blue C M Y K H S L
Decimal 134 10 44 0 0.93 0.67 0.47 343.55 0.86 0.28
Hex 86 A 2C 0 5D 43 2F 158 56 1C
Octal 206 12 54 0 135 103 57 530 126 34
Binary 10000110 1010 101100 0 1011101 1000011 101111 101011000 1010110 11100

Color Harmonies of #860A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860A2C

Black with #860A2C

Text Example


Text Example

White with #860A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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