Html Css Color HEX #860624 Burgundy

📋 copy color: '#860624'

red 134 ◦ green 6 ◦ blue 36

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

Shades of Burgundy #860624

Tints of Burgundy #860624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 20.45%

R = 76.14%
G = 3.41%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#860624 (or 0x860624) is known color: Burgundy. HEX triplet: 86, 06 and 24. RGB value is (134,6,36). Sum of RGB (Red+Green+Blue) = 134+6+36=176 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.14% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 134 - color contains mainly: red. Hex color #860624 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860624 is #79F9DB. Grayscale: #2F2F2F. Windows color (decimal): -7993820 or 2360966. OLE color: 2360966.

HSL color Cylindrical-coordinate representation of color #860624: hue angle of 345.94º 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 #860624 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 6 36 -
CMYK 0 0.96 0.73 0.47
HSL 345.94º 0.91% 0.27% -
HSV(B) 345.94º 0.96% 0.53% -
XYZ 10.22 5.33 2.16 -
YUV 47.69 121.41 189.56 -
System Red Green Blue C M Y K H S L
Decimal 134 6 36 0 0.96 0.73 0.47 345.94 0.91 0.27
Hex 86 6 24 0 60 49 2F 15A 5B 1B
Octal 206 6 44 0 140 111 57 532 133 33
Binary 10000110 110 100100 0 1100000 1001001 101111 101011010 1011011 11011

Color Harmonies of #860624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860624

Black with #860624

Text Example


Text Example

White with #860624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860624; }

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

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

background-color css

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

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

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

border-color css

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

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

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