Html Css Color HEX #860533 Burgundy

📋 copy color: '#860533'

red 134 ◦ green 5 ◦ blue 51

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

Shades of Burgundy #860533

Tints of Burgundy #860533

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.63%

 BLUE value IS 51 (20.31% from 255) = 26.84%

R = 70.53%
G = 2.63%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#860533 (or 0x860533) is known color: Burgundy. HEX triplet: 86, 05 and 33. RGB value is (134,5,51). Sum of RGB (Red+Green+Blue) = 134+5+51=190 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.53% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 134 - color contains mainly: red. Hex color #860533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860533 is #79FACC. Grayscale: #303030. Windows color (decimal): -7994061 or 3343750. OLE color: 3343750.

HSL color Cylindrical-coordinate representation of color #860533: hue angle of 338.6º degrees, saturation: 0.93, 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 #860533 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 5 51 -
CMYK 0 0.96 0.62 0.47
HSL 338.6º 0.93% 0.27% -
HSV(B) 338.6º 0.96% 0.53% -
XYZ 10.48 5.42 3.62 -
YUV 48.82 129.24 188.76 -
System Red Green Blue C M Y K H S L
Decimal 134 5 51 0 0.96 0.62 0.47 338.6 0.93 0.27
Hex 86 5 33 0 60 3E 2F 153 5D 1B
Octal 206 5 63 0 140 76 57 523 135 33
Binary 10000110 101 110011 0 1100000 111110 101111 101010011 1011101 11011

Color Harmonies of #860533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860533

Black with #860533

Text Example


Text Example

White with #860533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860533; }

 p { color: rgb(134,5,51); }

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

background-color css

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

 a { background-color: rgb(134,5,51); }

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

border-color css

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

 span { border-color: rgb(134,5,51); }

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