Html Css Color HEX #860631 Burgundy

📋 copy color: '#860631'

red 134 ◦ green 6 ◦ blue 49

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

Shades of Burgundy #860631

Tints of Burgundy #860631

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.17%

 BLUE value IS 49 (19.53% from 255) = 25.93%

R = 70.9%
G = 3.17%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#860631 (or 0x860631) is known color: Burgundy. HEX triplet: 86, 06 and 31. RGB value is (134,6,49). Sum of RGB (Red+Green+Blue) = 134+6+49=189 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.90% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 134 - color contains mainly: red. Hex color #860631 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860631 is #79F9CE. Grayscale: #313131. Windows color (decimal): -7993807 or 3212934. OLE color: 3212934.

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

Color convert

RGB 134 6 49 -
CMYK 0 0.96 0.63 0.47
HSL 339.84º 0.91% 0.27% -
HSV(B) 339.84º 0.96% 0.53% -
XYZ 10.45 5.42 3.4 -
YUV 49.17 127.91 188.5 -
System Red Green Blue C M Y K H S L
Decimal 134 6 49 0 0.96 0.63 0.47 339.84 0.91 0.27
Hex 86 6 31 0 60 3F 2F 154 5B 1B
Octal 206 6 61 0 140 77 57 524 133 33
Binary 10000110 110 110001 0 1100000 111111 101111 101010100 1011011 11011

Color Harmonies of #860631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860631

Black with #860631

Text Example


Text Example

White with #860631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860631; }

 p { color: rgb(134,6,49); }

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

background-color css

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

 a { background-color: rgb(134,6,49); }

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

border-color css

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

 span { border-color: rgb(134,6,49); }

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