Html Css Color HEX #86022F Burgundy

📋 copy color: '#86022F'

red 134 ◦ green 2 ◦ blue 47

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

Shades of Burgundy #86022F

Tints of Burgundy #86022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.68%

R = 73.22%
G = 1.09%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#86022F (or 0x86022F) is known color: Burgundy. HEX triplet: 86, 02 and 2F. RGB value is (134,2,47). Sum of RGB (Red+Green+Blue) = 134+2+47=183 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.22% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 134 - color contains mainly: red. Hex color #86022F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86022F is #79FDD0. Grayscale: #2E2E2E. Windows color (decimal): -7994833 or 3080838. OLE color: 3080838.

HSL color Cylindrical-coordinate representation of color #86022F: hue angle of 339.55º 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 #86022F is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 2 47 -
CMYK 0 0.99 0.65 0.47
HSL 339.55º 0.97% 0.27% -
HSV(B) 339.55º 0.99% 0.53% -
XYZ 10.37 5.32 3.17 -
YUV 46.6 128.23 190.34 -
System Red Green Blue C M Y K H S L
Decimal 134 2 47 0 0.99 0.65 0.47 339.55 0.97 0.27
Hex 86 2 2F 0 63 41 2F 154 61 1B
Octal 206 2 57 0 143 101 57 524 141 33
Binary 10000110 10 101111 0 1100011 1000001 101111 101010100 1100001 11011

Color Harmonies of #86022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86022F

Black with #86022F

Text Example


Text Example

White with #86022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86022F; }

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

 H1.HeaderClassName
 {
   color: #86022F;
 }
 .AnyTagClassName
 {
   color: #86022F;
 }
</style>

background-color css

<style>
 a { background-color: #86022F; }

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

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

border-color css

<style>
 span { border-color: #86022F; }

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

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