Html Css Color HEX #86023B Burgundy

📋 copy color: '#86023B'

red 134 ◦ green 2 ◦ blue 59

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

Shades of Burgundy #86023B

Tints of Burgundy #86023B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.03%

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

R = 68.72%
G = 1.03%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#86023B (or 0x86023B) is known color: Burgundy. HEX triplet: 86, 02 and 3B. RGB value is (134,2,59). Sum of RGB (Red+Green+Blue) = 134+2+59=195 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.72% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 134 - color contains mainly: red. Hex color #86023B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86023B is #79FDC4. Grayscale: #2F2F2F. Windows color (decimal): -7994821 or 3867270. OLE color: 3867270.

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

Color convert

RGB 134 2 59 -
CMYK 0 0.99 0.56 0.47
HSL 334.09º 0.97% 0.27% -
HSV(B) 334.09º 0.99% 0.53% -
XYZ 10.64 5.43 4.62 -
YUV 47.97 134.23 189.37 -
System Red Green Blue C M Y K H S L
Decimal 134 2 59 0 0.99 0.56 0.47 334.09 0.97 0.27
Hex 86 2 3B 0 63 38 2F 14E 61 1B
Octal 206 2 73 0 143 70 57 516 141 33
Binary 10000110 10 111011 0 1100011 111000 101111 101001110 1100001 11011

Color Harmonies of #86023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86023B

Black with #86023B

Text Example


Text Example

White with #86023B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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