Html Css Color HEX #870535 Burgundy

📋 copy color: '#870535'

red 135 ◦ green 5 ◦ blue 53

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

Shades of Burgundy #870535

Tints of Burgundy #870535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 27.46%

R = 69.95%
G = 2.59%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#870535 (or 0x870535) is known color: Burgundy. HEX triplet: 87, 05 and 35. RGB value is (135,5,53). Sum of RGB (Red+Green+Blue) = 135+5+53=193 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.95% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 135 - color contains mainly: red. Hex color #870535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870535 is #78FACA. Grayscale: #313131. Windows color (decimal): -7928523 or 3474823. OLE color: 3474823.

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

Color convert

RGB 135 5 53 -
CMYK 0 0.96 0.61 0.47
HSL 337.85º 0.93% 0.27% -
HSV(B) 337.85º 0.96% 0.53% -
XYZ 10.69 5.52 3.87 -
YUV 49.34 130.07 189.1 -
System Red Green Blue C M Y K H S L
Decimal 135 5 53 0 0.96 0.61 0.47 337.85 0.93 0.27
Hex 87 5 35 0 60 3D 2F 152 5D 1B
Octal 207 5 65 0 140 75 57 522 135 33
Binary 10000111 101 110101 0 1100000 111101 101111 101010010 1011101 11011

Color Harmonies of #870535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870535

Black with #870535

Text Example


Text Example

White with #870535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870535; }

 p { color: rgb(135,5,53); }

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

background-color css

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

 a { background-color: rgb(135,5,53); }

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

border-color css

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

 span { border-color: rgb(135,5,53); }

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