Html Css Color HEX #86003B Burgundy

📋 copy color: '#86003B'

red 134 ◦ green 0 ◦ blue 59

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

Shades of Burgundy #86003B

Tints of Burgundy #86003B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 59 (23.44% from 255) = 30.57%

R = 69.43%
G = 0%
B = 30.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#86003B (or 0x86003B) is known color: Burgundy. HEX triplet: 86, 00 and 3B. RGB value is (134,0,59). Sum of RGB (Red+Green+Blue) = 134+0+59=193 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.43% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 134 - color contains mainly: red. Hex color #86003B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86003B is #79FFC4. Grayscale: #2E2E2E. Windows color (decimal): -7995333 or 3866758. OLE color: 3866758.

HSL color Cylindrical-coordinate representation of color #86003B: hue angle of 333.58º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #86003B is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 0 59 -
CMYK 0 1 0.56 0.47
HSL 333.58º 1% 0.26% -
HSV(B) 333.58º 1% 0.53% -
XYZ 10.62 5.38 4.62 -
YUV 46.79 134.89 190.2 -
System Red Green Blue C M Y K H S L
Decimal 134 0 59 0 1 0.56 0.47 333.58 1 0.26
Hex 86 0 3B 0 64 38 2F 14E 64 1A
Octal 206 0 73 0 144 70 57 516 144 32
Binary 10000110 0 111011 0 1100100 111000 101111 101001110 1100100 11010

Color Harmonies of #86003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86003B

Black with #86003B

Text Example


Text Example

White with #86003B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,0,59); }

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

background-color css

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

 a { background-color: rgb(134,0,59); }

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

border-color css

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

 span { border-color: rgb(134,0,59); }

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