Html Css Color HEX #86032B Burgundy

📋 copy color: '#86032B'

red 134 ◦ green 3 ◦ blue 43

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

Shades of Burgundy #86032B

Tints of Burgundy #86032B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.89%

R = 74.44%
G = 1.67%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#86032B (or 0x86032B) is known color: Burgundy. HEX triplet: 86, 03 and 2B. RGB value is (134,3,43). Sum of RGB (Red+Green+Blue) = 134+3+43=180 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.44% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 134 - color contains mainly: red. Hex color #86032B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86032B is #79FCD4. Grayscale: #2E2E2E. Windows color (decimal): -7994581 or 2818950. OLE color: 2818950.

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

Color convert

RGB 134 3 43 -
CMYK 0 0.98 0.68 0.47
HSL 341.68º 0.96% 0.27% -
HSV(B) 341.68º 0.98% 0.53% -
XYZ 10.3 5.31 2.77 -
YUV 46.73 125.9 190.25 -
System Red Green Blue C M Y K H S L
Decimal 134 3 43 0 0.98 0.68 0.47 341.68 0.96 0.27
Hex 86 3 2B 0 62 44 2F 156 60 1B
Octal 206 3 53 0 142 104 57 526 140 33
Binary 10000110 11 101011 0 1100010 1000100 101111 101010110 1100000 11011

Color Harmonies of #86032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86032B

Black with #86032B

Text Example


Text Example

White with #86032B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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