Html Css Color HEX #86063D Burgundy

📋 copy color: '#86063D'

red 134 ◦ green 6 ◦ blue 61

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

Shades of Burgundy #86063D

Tints of Burgundy #86063D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.99%

 BLUE value IS 61 (24.22% from 255) = 30.35%

R = 66.67%
G = 2.99%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#86063D (or 0x86063D) is known color: Burgundy. HEX triplet: 86, 06 and 3D. RGB value is (134,6,61). Sum of RGB (Red+Green+Blue) = 134+6+61=201 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.67% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 134 - color contains mainly: red. Hex color #86063D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86063D is #79F9C2. Grayscale: #323232. Windows color (decimal): -7993795 or 3999366. OLE color: 3999366.

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

Color convert

RGB 134 6 61 -
CMYK 0 0.96 0.54 0.47
HSL 334.22º 0.91% 0.27% -
HSV(B) 334.22º 0.96% 0.53% -
XYZ 10.74 5.54 4.92 -
YUV 50.54 133.91 187.53 -
System Red Green Blue C M Y K H S L
Decimal 134 6 61 0 0.96 0.54 0.47 334.22 0.91 0.27
Hex 86 6 3D 0 60 36 2F 14E 5B 1B
Octal 206 6 75 0 140 66 57 516 133 33
Binary 10000110 110 111101 0 1100000 110110 101111 101001110 1011011 11011

Color Harmonies of #86063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86063D

Black with #86063D

Text Example


Text Example

White with #86063D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86063D; }

 p { color: rgb(134,6,61); }

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

background-color css

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

 a { background-color: rgb(134,6,61); }

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

border-color css

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

 span { border-color: rgb(134,6,61); }

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