Html Css Color HEX #86043C Burgundy

📋 copy color: '#86043C'

red 134 ◦ green 4 ◦ blue 60

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

Shades of Burgundy #86043C

Tints of Burgundy #86043C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.02%

 BLUE value IS 60 (23.83% from 255) = 30.3%

R = 67.68%
G = 2.02%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#86043C (or 0x86043C) is known color: Burgundy. HEX triplet: 86, 04 and 3C. RGB value is (134,4,60). Sum of RGB (Red+Green+Blue) = 134+4+60=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #86043C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86043C is #79FBC3. Grayscale: #313131. Windows color (decimal): -7994308 or 3933318. OLE color: 3933318.

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

Color convert

RGB 134 4 60 -
CMYK 0 0.97 0.55 0.47
HSL 334.15º 0.94% 0.27% -
HSV(B) 334.15º 0.97% 0.53% -
XYZ 10.69 5.48 4.77 -
YUV 49.25 134.07 188.45 -
System Red Green Blue C M Y K H S L
Decimal 134 4 60 0 0.97 0.55 0.47 334.15 0.94 0.27
Hex 86 4 3C 0 61 37 2F 14E 5E 1B
Octal 206 4 74 0 141 67 57 516 136 33
Binary 10000110 100 111100 0 1100001 110111 101111 101001110 1011110 11011

Color Harmonies of #86043C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86043C

Black with #86043C

Text Example


Text Example

White with #86043C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86043C; }

 p { color: rgb(134,4,60); }

 H1.HeaderClassName
 {
   color: #86043C;
 }
 .AnyTagClassName
 {
   color: #86043C;
 }
</style>

background-color css

<style>
 a { background-color: #86043C; }

 a { background-color: rgb(134,4,60); }

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

border-color css

<style>
 span { border-color: #86043C; }

 span { border-color: rgb(134,4,60); }

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