Html Css Color HEX #860431 Burgundy

📋 copy color: '#860431'

red 134 ◦ green 4 ◦ blue 49

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

Shades of Burgundy #860431

Tints of Burgundy #860431

RGB

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

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

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

R = 71.66%
G = 2.14%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#860431 (or 0x860431) is known color: Burgundy. HEX triplet: 86, 04 and 31. RGB value is (134,4,49). Sum of RGB (Red+Green+Blue) = 134+4+49=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #860431 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860431 is #79FBCE. Grayscale: #2F2F2F. Windows color (decimal): -7994319 or 3212422. OLE color: 3212422.

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

Color convert

RGB 134 4 49 -
CMYK 0 0.97 0.63 0.47
HSL 339.23º 0.94% 0.27% -
HSV(B) 339.23º 0.97% 0.53% -
XYZ 10.43 5.38 3.39 -
YUV 48 128.57 189.34 -
System Red Green Blue C M Y K H S L
Decimal 134 4 49 0 0.97 0.63 0.47 339.23 0.94 0.27
Hex 86 4 31 0 61 3F 2F 153 5E 1B
Octal 206 4 61 0 141 77 57 523 136 33
Binary 10000110 100 110001 0 1100001 111111 101111 101010011 1011110 11011

Color Harmonies of #860431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860431

Black with #860431

Text Example


Text Example

White with #860431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860431; }

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

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

background-color css

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

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

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

border-color css

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

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

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