Html Css Color HEX #870434 Burgundy

📋 copy color: '#870434'

red 135 ◦ green 4 ◦ blue 52

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

Shades of Burgundy #870434

Tints of Burgundy #870434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.09%

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

R = 70.68%
G = 2.09%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#870434 (or 0x870434) is known color: Burgundy. HEX triplet: 87, 04 and 34. RGB value is (135,4,52). Sum of RGB (Red+Green+Blue) = 135+4+52=191 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.68% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 135 - color contains mainly: red. Hex color #870434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870434 is #78FBCB. Grayscale: #303030. Windows color (decimal): -7928780 or 3409031. OLE color: 3409031.

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

Color convert

RGB 135 4 52 -
CMYK 0 0.97 0.61 0.47
HSL 338.02º 0.94% 0.27% -
HSV(B) 338.02º 0.97% 0.53% -
XYZ 10.65 5.49 3.75 -
YUV 48.64 129.9 189.6 -
System Red Green Blue C M Y K H S L
Decimal 135 4 52 0 0.97 0.61 0.47 338.02 0.94 0.27
Hex 87 4 34 0 61 3D 2F 152 5E 1B
Octal 207 4 64 0 141 75 57 522 136 33
Binary 10000111 100 110100 0 1100001 111101 101111 101010010 1011110 11011

Color Harmonies of #870434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870434

Black with #870434

Text Example


Text Example

White with #870434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870434; }

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

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

background-color css

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

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

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

border-color css

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

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

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