Html Css Color HEX #86032A Burgundy

📋 copy color: '#86032A'

red 134 ◦ green 3 ◦ blue 42

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

Shades of Burgundy #86032A

Tints of Burgundy #86032A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 23.46%

R = 74.86%
G = 1.68%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#86032A (or 0x86032A) is known color: Burgundy. HEX triplet: 86, 03 and 2A. RGB value is (134,3,42). Sum of RGB (Red+Green+Blue) = 134+3+42=179 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.86% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 134 - color contains mainly: red. Hex color #86032A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86032A is #79FCD5. Grayscale: #2E2E2E. Windows color (decimal): -7994582 or 2753414. OLE color: 2753414.

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

Color convert

RGB 134 3 42 -
CMYK 0 0.98 0.69 0.47
HSL 342.14º 0.96% 0.27% -
HSV(B) 342.14º 0.98% 0.53% -
XYZ 10.28 5.3 2.67 -
YUV 46.62 125.4 190.33 -
System Red Green Blue C M Y K H S L
Decimal 134 3 42 0 0.98 0.69 0.47 342.14 0.96 0.27
Hex 86 3 2A 0 62 45 2F 156 60 1B
Octal 206 3 52 0 142 105 57 526 140 33
Binary 10000110 11 101010 0 1100010 1000101 101111 101010110 1100000 11011

Color Harmonies of #86032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86032A

Black with #86032A

Text Example


Text Example

White with #86032A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86032A; }

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

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

background-color css

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

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

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

border-color css

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

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

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