Html Css Color HEX #860435 Burgundy

📋 copy color: '#860435'

red 134 ◦ green 4 ◦ blue 53

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

Shades of Burgundy #860435

Tints of Burgundy #860435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 27.75%

R = 70.16%
G = 2.09%
B = 27.75%

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

#860435 (or 0x860435) is known color: Burgundy. HEX triplet: 86, 04 and 35. RGB value is (134,4,53). Sum of RGB (Red+Green+Blue) = 134+4+53=191 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.16% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 134 - color contains mainly: red. Hex color #860435 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860435 is #79FBCA. Grayscale: #303030. Windows color (decimal): -7994315 or 3474566. OLE color: 3474566.

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

Color convert

RGB 134 4 53 -
CMYK 0 0.97 0.60 0.47
HSL 337.38º 0.94% 0.27% -
HSV(B) 337.38º 0.97% 0.53% -
XYZ 10.52 5.41 3.86 -
YUV 48.46 130.57 189.02 -
System Red Green Blue C M Y K H S L
Decimal 134 4 53 0 0.97 0.60 0.47 337.38 0.94 0.27
Hex 86 4 35 0 61 3C 2F 151 5E 1B
Octal 206 4 65 0 141 74 57 521 136 33
Binary 10000110 100 110101 0 1100001 111100 101111 101010001 1011110 11011

Color Harmonies of #860435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860435

Black with #860435

Text Example


Text Example

White with #860435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860435; }

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

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

background-color css

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

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

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

border-color css

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

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

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