Html Css Color HEX #860734 Burgundy

📋 copy color: '#860734'

red 134 ◦ green 7 ◦ blue 52

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

Shades of Burgundy #860734

Tints of Burgundy #860734

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.63%

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

R = 69.43%
G = 3.63%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#860734 (or 0x860734) is known color: Burgundy. HEX triplet: 86, 07 and 34. RGB value is (134,7,52). Sum of RGB (Red+Green+Blue) = 134+7+52=193 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.43% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 134 - color contains mainly: red. Hex color #860734 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860734 is #79F8CB. Grayscale: #323232. Windows color (decimal): -7993548 or 3409798. OLE color: 3409798.

HSL color Cylindrical-coordinate representation of color #860734: hue angle of 338.74º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860734 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 7 52 -
CMYK 0 0.95 0.61 0.47
HSL 338.74º 0.9% 0.28% -
HSV(B) 338.74º 0.95% 0.53% -
XYZ 10.53 5.47 3.75 -
YUV 50.1 129.08 187.84 -
System Red Green Blue C M Y K H S L
Decimal 134 7 52 0 0.95 0.61 0.47 338.74 0.9 0.28
Hex 86 7 34 0 5F 3D 2F 153 5A 1C
Octal 206 7 64 0 137 75 57 523 132 34
Binary 10000110 111 110100 0 1011111 111101 101111 101010011 1011010 11100

Color Harmonies of #860734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860734

Black with #860734

Text Example


Text Example

White with #860734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860734; }

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

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

background-color css

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

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

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

border-color css

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

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

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