Html Css Color HEX #860327 Burgundy

📋 copy color: '#860327'

red 134 ◦ green 3 ◦ blue 39

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

Shades of Burgundy #860327

Tints of Burgundy #860327

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.7%

 BLUE value IS 39 (15.63% from 255) = 22.16%

R = 76.14%
G = 1.7%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#860327 (or 0x860327) is known color: Burgundy. HEX triplet: 86, 03 and 27. RGB value is (134,3,39). Sum of RGB (Red+Green+Blue) = 134+3+39=176 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.14% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 39 (15.62% from 255 or 22.16% from 176); Max value from RGB is 134 - color contains mainly: red. Hex color #860327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860327 is #79FCD8. Grayscale: #2E2E2E. Windows color (decimal): -7994585 or 2556806. OLE color: 2556806.

HSL color Cylindrical-coordinate representation of color #860327: hue angle of 343.51º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #860327 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 3 39 -
CMYK 0 0.98 0.71 0.47
HSL 343.51º 0.96% 0.27% -
HSV(B) 343.51º 0.98% 0.53% -
XYZ 10.23 5.28 2.4 -
YUV 46.27 123.9 190.57 -
System Red Green Blue C M Y K H S L
Decimal 134 3 39 0 0.98 0.71 0.47 343.51 0.96 0.27
Hex 86 3 27 0 62 47 2F 158 60 1B
Octal 206 3 47 0 142 107 57 530 140 33
Binary 10000110 11 100111 0 1100010 1000111 101111 101011000 1100000 11011

Color Harmonies of #860327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860327

Black with #860327

Text Example


Text Example

White with #860327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860327; }

 p { color: rgb(134,3,39); }

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

background-color css

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

 a { background-color: rgb(134,3,39); }

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

border-color css

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

 span { border-color: rgb(134,3,39); }

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