Html Css Color HEX #860A34 Burgundy

📋 copy color: '#860A34'

red 134 ◦ green 10 ◦ blue 52

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

Shades of Burgundy #860A34

Tints of Burgundy #860A34

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.1%

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

R = 68.37%
G = 5.1%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#860A34 (or 0x860A34) is known color: Burgundy. HEX triplet: 86, 0A and 34. RGB value is (134,10,52). Sum of RGB (Red+Green+Blue) = 134+10+52=196 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.37% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 134 - color contains mainly: red. Hex color #860A34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860A34 is #79F5CB. Grayscale: #333333. Windows color (decimal): -7992780 or 3410566. OLE color: 3410566.

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

Color convert

RGB 134 10 52 -
CMYK 0 0.93 0.61 0.47
HSL 339.68º 0.86% 0.28% -
HSV(B) 339.68º 0.93% 0.53% -
XYZ 10.56 5.53 3.76 -
YUV 51.86 128.08 186.58 -
System Red Green Blue C M Y K H S L
Decimal 134 10 52 0 0.93 0.61 0.47 339.68 0.86 0.28
Hex 86 A 34 0 5D 3D 2F 154 56 1C
Octal 206 12 64 0 135 75 57 524 126 34
Binary 10000110 1010 110100 0 1011101 111101 101111 101010100 1010110 11100

Color Harmonies of #860A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860A34

Black with #860A34

Text Example


Text Example

White with #860A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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