Html Css Color HEX #860321 Burgundy

📋 copy color: '#860321'

red 134 ◦ green 3 ◦ blue 33

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

Shades of Burgundy #860321

Tints of Burgundy #860321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 19.41%

R = 78.82%
G = 1.76%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#860321 (or 0x860321) is known color: Burgundy. HEX triplet: 86, 03 and 21. RGB value is (134,3,33). Sum of RGB (Red+Green+Blue) = 134+3+33=170 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.82% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 134 - color contains mainly: red. Hex color #860321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860321 is #79FCDE. Grayscale: #2D2D2D. Windows color (decimal): -7994591 or 2163590. OLE color: 2163590.

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

Color convert

RGB 134 3 33 -
CMYK 0 0.98 0.75 0.47
HSL 346.26º 0.96% 0.27% -
HSV(B) 346.26º 0.98% 0.53% -
XYZ 10.14 5.24 1.92 -
YUV 45.59 120.9 191.06 -
System Red Green Blue C M Y K H S L
Decimal 134 3 33 0 0.98 0.75 0.47 346.26 0.96 0.27
Hex 86 3 21 0 62 4B 2F 15A 60 1B
Octal 206 3 41 0 142 113 57 532 140 33
Binary 10000110 11 100001 0 1100010 1001011 101111 101011010 1100000 11011

Color Harmonies of #860321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860321

Black with #860321

Text Example


Text Example

White with #860321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860321; }

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

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

background-color css

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

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

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

border-color css

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

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

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