Html Css Color HEX #860434 Burgundy

📋 copy color: '#860434'

red 134 ◦ green 4 ◦ blue 52

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

Shades of Burgundy #860434

Tints of Burgundy #860434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.37%

R = 70.53%
G = 2.11%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#860434 (or 0x860434) is known color: Burgundy. HEX triplet: 86, 04 and 34. RGB value is (134,4,52). Sum of RGB (Red+Green+Blue) = 134+4+52=190 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.53% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 134 - color contains mainly: red. Hex color #860434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860434 is #79FBCB. Grayscale: #303030. Windows color (decimal): -7994316 or 3409030. OLE color: 3409030.

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

Color convert

RGB 134 4 52 -
CMYK 0 0.97 0.61 0.47
HSL 337.85º 0.94% 0.27% -
HSV(B) 337.85º 0.97% 0.53% -
XYZ 10.49 5.4 3.74 -
YUV 48.34 130.07 189.1 -
System Red Green Blue C M Y K H S L
Decimal 134 4 52 0 0.97 0.61 0.47 337.85 0.94 0.27
Hex 86 4 34 0 61 3D 2F 152 5E 1B
Octal 206 4 64 0 141 75 57 522 136 33
Binary 10000110 100 110100 0 1100001 111101 101111 101010010 1011110 11011

Color Harmonies of #860434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860434

Black with #860434

Text Example


Text Example

White with #860434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860434; }

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

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

background-color css

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

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

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

border-color css

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

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

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