Html Css Color HEX #86062C Burgundy

📋 copy color: '#86062C'

red 134 ◦ green 6 ◦ blue 44

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

Shades of Burgundy #86062C

Tints of Burgundy #86062C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.26%

 BLUE value IS 44 (17.58% from 255) = 23.91%

R = 72.83%
G = 3.26%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#86062C (or 0x86062C) is known color: Burgundy. HEX triplet: 86, 06 and 2C. RGB value is (134,6,44). Sum of RGB (Red+Green+Blue) = 134+6+44=184 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.83% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 134 - color contains mainly: red. Hex color #86062C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86062C is #79F9D3. Grayscale: #303030. Windows color (decimal): -7993812 or 2885254. OLE color: 2885254.

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

Color convert

RGB 134 6 44 -
CMYK 0 0.96 0.67 0.47
HSL 342.19º 0.91% 0.27% -
HSV(B) 342.19º 0.96% 0.53% -
XYZ 10.35 5.38 2.88 -
YUV 48.6 125.41 188.91 -
System Red Green Blue C M Y K H S L
Decimal 134 6 44 0 0.96 0.67 0.47 342.19 0.91 0.27
Hex 86 6 2C 0 60 43 2F 156 5B 1B
Octal 206 6 54 0 140 103 57 526 133 33
Binary 10000110 110 101100 0 1100000 1000011 101111 101010110 1011011 11011

Color Harmonies of #86062C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86062C

Black with #86062C

Text Example


Text Example

White with #86062C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,6,44); }

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

background-color css

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

 a { background-color: rgb(134,6,44); }

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

border-color css

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

 span { border-color: rgb(134,6,44); }

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