Html Css Color HEX #86082E Burgundy

📋 copy color: '#86082E'

red 134 ◦ green 8 ◦ blue 46

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

Shades of Burgundy #86082E

Tints of Burgundy #86082E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.26%

 BLUE value IS 46 (18.36% from 255) = 24.47%

R = 71.28%
G = 4.26%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#86082E (or 0x86082E) is known color: Burgundy. HEX triplet: 86, 08 and 2E. RGB value is (134,8,46). Sum of RGB (Red+Green+Blue) = 134+8+46=188 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.28% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 134 - color contains mainly: red. Hex color #86082E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86082E is #79F7D1. Grayscale: #313131. Windows color (decimal): -7993298 or 3016838. OLE color: 3016838.

HSL color Cylindrical-coordinate representation of color #86082E: hue angle of 341.9º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86082E is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 8 46 -
CMYK 0 0.94 0.66 0.47
HSL 341.9º 0.89% 0.28% -
HSV(B) 341.9º 0.94% 0.53% -
XYZ 10.41 5.44 3.09 -
YUV 50.01 125.74 187.91 -
System Red Green Blue C M Y K H S L
Decimal 134 8 46 0 0.94 0.66 0.47 341.9 0.89 0.28
Hex 86 8 2E 0 5E 42 2F 156 59 1C
Octal 206 10 56 0 136 102 57 526 131 34
Binary 10000110 1000 101110 0 1011110 1000010 101111 101010110 1011001 11100

Color Harmonies of #86082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86082E

Black with #86082E

Text Example


Text Example

White with #86082E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86082E; }

 p { color: rgb(134,8,46); }

 H1.HeaderClassName
 {
   color: #86082E;
 }
 .AnyTagClassName
 {
   color: #86082E;
 }
</style>

background-color css

<style>
 a { background-color: #86082E; }

 a { background-color: rgb(134,8,46); }

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

border-color css

<style>
 span { border-color: #86082E; }

 span { border-color: rgb(134,8,46); }

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