Html Css Color HEX #860436 Burgundy

📋 copy color: '#860436'

red 134 ◦ green 4 ◦ blue 54

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

Shades of Burgundy #860436

Tints of Burgundy #860436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 28.13%

R = 69.79%
G = 2.08%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#860436 (or 0x860436) is known color: Burgundy. HEX triplet: 86, 04 and 36. RGB value is (134,4,54). Sum of RGB (Red+Green+Blue) = 134+4+54=192 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.79% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 54 (21.48% from 255 or 28.12% from 192); Max value from RGB is 134 - color contains mainly: red. Hex color #860436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860436 is #79FBC9. Grayscale: #303030. Windows color (decimal): -7994314 or 3540102. OLE color: 3540102.

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

Color convert

RGB 134 4 54 -
CMYK 0 0.97 0.60 0.47
HSL 336.92º 0.94% 0.27% -
HSV(B) 336.92º 0.97% 0.53% -
XYZ 10.54 5.42 3.98 -
YUV 48.57 131.07 188.93 -
System Red Green Blue C M Y K H S L
Decimal 134 4 54 0 0.97 0.60 0.47 336.92 0.94 0.27
Hex 86 4 36 0 61 3C 2F 151 5E 1B
Octal 206 4 66 0 141 74 57 521 136 33
Binary 10000110 100 110110 0 1100001 111100 101111 101010001 1011110 11011

Color Harmonies of #860436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860436

Black with #860436

Text Example


Text Example

White with #860436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860436; }

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

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

background-color css

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

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

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

border-color css

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

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

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