Html Css Color HEX #870034 Burgundy

📋 copy color: '#870034'

red 135 ◦ green 0 ◦ blue 52

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

Shades of Burgundy #870034

Tints of Burgundy #870034

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 72.19%
G = 0%
B = 27.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#870034 (or 0x870034) is known color: Burgundy. HEX triplet: 87, 00 and 34. RGB value is (135,0,52). Sum of RGB (Red+Green+Blue) = 135+0+52=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #870034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870034 is #78FFCB. Grayscale: #2E2E2E. Windows color (decimal): -7929804 or 3408007. OLE color: 3408007.

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

Color convert

RGB 135 0 52 -
CMYK 0 1 0.61 0.47
HSL 336.89º 1% 0.26% -
HSV(B) 336.89º 1% 0.53% -
XYZ 10.61 5.4 3.73 -
YUV 46.29 131.23 191.27 -
System Red Green Blue C M Y K H S L
Decimal 135 0 52 0 1 0.61 0.47 336.89 1 0.26
Hex 87 0 34 0 64 3D 2F 151 64 1A
Octal 207 0 64 0 144 75 57 521 144 32
Binary 10000111 0 110100 0 1100100 111101 101111 101010001 1100100 11010

Color Harmonies of #870034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870034

Black with #870034

Text Example


Text Example

White with #870034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870034; }

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

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

background-color css

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

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

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

border-color css

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

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

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