Html Css Color HEX #860437 Burgundy

📋 copy color: '#860437'

red 134 ◦ green 4 ◦ blue 55

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

Shades of Burgundy #860437

Tints of Burgundy #860437

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.07%

 BLUE value IS 55 (21.88% from 255) = 28.5%

R = 69.43%
G = 2.07%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#860437 (or 0x860437) is known color: Burgundy. HEX triplet: 86, 04 and 37. RGB value is (134,4,55). Sum of RGB (Red+Green+Blue) = 134+4+55=193 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.43% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 55 (21.88% from 255 or 28.50% from 193); Max value from RGB is 134 - color contains mainly: red. Hex color #860437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860437 is #79FBC8. Grayscale: #303030. Windows color (decimal): -7994313 or 3605638. OLE color: 3605638.

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

Color convert

RGB 134 4 55 -
CMYK 0 0.97 0.59 0.47
HSL 336.46º 0.94% 0.27% -
HSV(B) 336.46º 0.97% 0.53% -
XYZ 10.56 5.43 4.11 -
YUV 48.68 131.57 188.85 -
System Red Green Blue C M Y K H S L
Decimal 134 4 55 0 0.97 0.59 0.47 336.46 0.94 0.27
Hex 86 4 37 0 61 3B 2F 150 5E 1B
Octal 206 4 67 0 141 73 57 520 136 33
Binary 10000110 100 110111 0 1100001 111011 101111 101010000 1011110 11011

Color Harmonies of #860437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860437

Black with #860437

Text Example


Text Example

White with #860437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860437; }

 p { color: rgb(134,4,55); }

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

background-color css

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

 a { background-color: rgb(134,4,55); }

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

border-color css

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

 span { border-color: rgb(134,4,55); }

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