Html Css Color HEX #871034 Burgundy

📋 copy color: '#871034'

red 135 ◦ green 16 ◦ blue 52

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

Shades of Burgundy #871034

Tints of Burgundy #871034

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.88%

 BLUE value IS 52 (20.7% from 255) = 25.62%

R = 66.5%
G = 7.88%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#871034 (or 0x871034) is known color: Burgundy. HEX triplet: 87, 10 and 34. RGB value is (135,16,52). Sum of RGB (Red+Green+Blue) = 135+16+52=203 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.50% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 135 - color contains mainly: red. Hex color #871034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871034 is #78EFCB. Grayscale: #373737. Windows color (decimal): -7925708 or 3412103. OLE color: 3412103.

HSL color Cylindrical-coordinate representation of color #871034: hue angle of 341.85º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871034 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 16 52 -
CMYK 0 0.88 0.61 0.47
HSL 341.85º 0.79% 0.3% -
HSV(B) 341.85º 0.88% 0.53% -
XYZ 10.8 5.77 3.79 -
YUV 55.69 125.92 184.57 -
System Red Green Blue C M Y K H S L
Decimal 135 16 52 0 0.88 0.61 0.47 341.85 0.79 0.3
Hex 87 10 34 0 58 3D 2F 156 4F 1E
Octal 207 20 64 0 130 75 57 526 117 36
Binary 10000111 10000 110100 0 1011000 111101 101111 101010110 1001111 11110

Color Harmonies of #871034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871034

Black with #871034

Text Example


Text Example

White with #871034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871034; }

 p { color: rgb(135,16,52); }

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

background-color css

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

 a { background-color: rgb(135,16,52); }

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

border-color css

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

 span { border-color: rgb(135,16,52); }

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