Html Css Color HEX #860320 Burgundy

📋 copy color: '#860320'

red 134 ◦ green 3 ◦ blue 32

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

Shades of Burgundy #860320

Tints of Burgundy #860320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.93%

R = 79.29%
G = 1.78%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#860320 (or 0x860320) is known color: Burgundy. HEX triplet: 86, 03 and 20. RGB value is (134,3,32). Sum of RGB (Red+Green+Blue) = 134+3+32=169 (22% of max value = 765). Red value is 134 (52.73% from 255 or 79.29% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 134 - color contains mainly: red. Hex color #860320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860320 is #79FCDF. Grayscale: #2D2D2D. Windows color (decimal): -7994592 or 2098054. OLE color: 2098054.

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

Color convert

RGB 134 3 32 -
CMYK 0 0.98 0.76 0.47
HSL 346.72º 0.96% 0.27% -
HSV(B) 346.72º 0.98% 0.53% -
XYZ 10.12 5.24 1.84 -
YUV 45.48 120.4 191.14 -
System Red Green Blue C M Y K H S L
Decimal 134 3 32 0 0.98 0.76 0.47 346.72 0.96 0.27
Hex 86 3 20 0 62 4C 2F 15B 60 1B
Octal 206 3 40 0 142 114 57 533 140 33
Binary 10000110 11 100000 0 1100010 1001100 101111 101011011 1100000 11011

Color Harmonies of #860320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860320

Black with #860320

Text Example


Text Example

White with #860320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860320; }

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

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

background-color css

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

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

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

border-color css

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

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

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