Html Css Color HEX #86022D Burgundy

📋 copy color: '#86022D'

red 134 ◦ green 2 ◦ blue 45

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

Shades of Burgundy #86022D

Tints of Burgundy #86022D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.86%

R = 74.03%
G = 1.1%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#86022D (or 0x86022D) is known color: Burgundy. HEX triplet: 86, 02 and 2D. RGB value is (134,2,45). Sum of RGB (Red+Green+Blue) = 134+2+45=181 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.03% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 134 - color contains mainly: red. Hex color #86022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86022D is #79FDD2. Grayscale: #2E2E2E. Windows color (decimal): -7994835 or 2949766. OLE color: 2949766.

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

Color convert

RGB 134 2 45 -
CMYK 0 0.99 0.66 0.47
HSL 340.45º 0.97% 0.27% -
HSV(B) 340.45º 0.99% 0.53% -
XYZ 10.33 5.3 2.96 -
YUV 46.37 127.23 190.5 -
System Red Green Blue C M Y K H S L
Decimal 134 2 45 0 0.99 0.66 0.47 340.45 0.97 0.27
Hex 86 2 2D 0 63 42 2F 154 61 1B
Octal 206 2 55 0 143 102 57 524 141 33
Binary 10000110 10 101101 0 1100011 1000010 101111 101010100 1100001 11011

Color Harmonies of #86022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86022D

Black with #86022D

Text Example


Text Example

White with #86022D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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