Html Css Color HEX #870639 Burgundy

📋 copy color: '#870639'

red 135 ◦ green 6 ◦ blue 57

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

Shades of Burgundy #870639

Tints of Burgundy #870639

RGB

 RED value IS 135 (53.13% from 255) = 68.18%

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

 BLUE value IS 57 (22.66% from 255) = 28.79%

R = 68.18%
G = 3.03%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#870639 (or 0x870639) is known color: Burgundy. HEX triplet: 87, 06 and 39. RGB value is (135,6,57). Sum of RGB (Red+Green+Blue) = 135+6+57=198 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.18% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 135 - color contains mainly: red. Hex color #870639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870639 is #78F9C6. Grayscale: #323232. Windows color (decimal): -7928263 or 3737223. OLE color: 3737223.

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

Color convert

RGB 135 6 57 -
CMYK 0 0.96 0.58 0.47
HSL 336.28º 0.91% 0.28% -
HSV(B) 336.28º 0.96% 0.53% -
XYZ 10.8 5.58 4.38 -
YUV 50.39 131.74 188.35 -
System Red Green Blue C M Y K H S L
Decimal 135 6 57 0 0.96 0.58 0.47 336.28 0.91 0.28
Hex 87 6 39 0 60 3A 2F 150 5B 1C
Octal 207 6 71 0 140 72 57 520 133 34
Binary 10000111 110 111001 0 1100000 111010 101111 101010000 1011011 11100

Color Harmonies of #870639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870639

Black with #870639

Text Example


Text Example

White with #870639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870639; }

 p { color: rgb(135,6,57); }

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

background-color css

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

 a { background-color: rgb(135,6,57); }

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

border-color css

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

 span { border-color: rgb(135,6,57); }

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