Html Css Color HEX #871F55 Rose Bud Cherry

📋 copy color: '#871F55'

red 135 ◦ green 31 ◦ blue 85

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

Shades of Rose Bud Cherry #871F55

Tints of Rose Bud Cherry #871F55

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.35%

 BLUE value IS 85 (33.59% from 255) = 33.86%

R = 53.78%
G = 12.35%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#871F55 (or 0x871F55) is known color: Rose Bud Cherry. HEX triplet: 87, 1F and 55. RGB value is (135,31,85). Sum of RGB (Red+Green+Blue) = 135+31+85=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 31 (12.5% from 255 or 12.35% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #871F55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871F55 is #78E0AA. Grayscale: #444444. Windows color (decimal): -7921835 or 5578631. OLE color: 5578631.

HSL color Cylindrical-coordinate representation of color #871F55: hue angle of 328.85º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #871F55 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 31 85 -
CMYK 0 0.77 0.37 0.47
HSL 328.85º 0.63% 0.33% -
HSV(B) 328.85º 0.77% 0.53% -
XYZ 12.12 6.79 9.27 -
YUV 68.25 137.46 175.61 -
System Red Green Blue C M Y K H S L
Decimal 135 31 85 0 0.77 0.37 0.47 328.85 0.63 0.33
Hex 87 1F 55 0 4D 25 2F 149 3F 21
Octal 207 37 125 0 115 45 57 511 77 41
Binary 10000111 11111 1010101 0 1001101 100101 101111 101001001 111111 100001

Color Harmonies of #871F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871F55

Black with #871F55

Text Example


Text Example

White with #871F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871F55; }

 p { color: rgb(135,31,85); }

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

background-color css

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

 a { background-color: rgb(135,31,85); }

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

border-color css

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

 span { border-color: rgb(135,31,85); }

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