Html Css Color HEX #860236 Burgundy

📋 copy color: '#860236'

red 134 ◦ green 2 ◦ blue 54

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

Shades of Burgundy #860236

Tints of Burgundy #860236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 28.42%

R = 70.53%
G = 1.05%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#860236 (or 0x860236) is known color: Burgundy. HEX triplet: 86, 02 and 36. RGB value is (134,2,54). Sum of RGB (Red+Green+Blue) = 134+2+54=190 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.53% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 54 (21.48% from 255 or 28.42% from 190); Max value from RGB is 134 - color contains mainly: red. Hex color #860236 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860236 is #79FDC9. Grayscale: #2F2F2F. Windows color (decimal): -7994826 or 3539590. OLE color: 3539590.

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

Color convert

RGB 134 2 54 -
CMYK 0 0.99 0.60 0.47
HSL 336.36º 0.97% 0.27% -
HSV(B) 336.36º 0.99% 0.53% -
XYZ 10.52 5.38 3.97 -
YUV 47.4 131.73 189.77 -
System Red Green Blue C M Y K H S L
Decimal 134 2 54 0 0.99 0.60 0.47 336.36 0.97 0.27
Hex 86 2 36 0 63 3C 2F 150 61 1B
Octal 206 2 66 0 143 74 57 520 141 33
Binary 10000110 10 110110 0 1100011 111100 101111 101010000 1100001 11011

Color Harmonies of #860236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860236

Black with #860236

Text Example


Text Example

White with #860236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860236; }

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

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

background-color css

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

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

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

border-color css

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

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

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