Html Css Color HEX #871D58 Rose Bud Cherry

📋 copy color: '#871D58'

red 135 ◦ green 29 ◦ blue 88

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

Shades of Rose Bud Cherry #871D58

Tints of Rose Bud Cherry #871D58

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.51%

 BLUE value IS 88 (34.77% from 255) = 34.92%

R = 53.57%
G = 11.51%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#871D58 (or 0x871D58) is known color: Rose Bud Cherry. HEX triplet: 87, 1D and 58. RGB value is (135,29,88). Sum of RGB (Red+Green+Blue) = 135+29+88=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #871D58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871D58 is #78E2A7. Grayscale: #434343. Windows color (decimal): -7922344 or 5774727. OLE color: 5774727.

HSL color Cylindrical-coordinate representation of color #871D58: hue angle of 326.6º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #871D58 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 29 88 -
CMYK 0 0.79 0.35 0.47
HSL 326.6º 0.65% 0.32% -
HSV(B) 326.6º 0.79% 0.53% -
XYZ 12.19 6.73 9.89 -
YUV 67.42 139.62 176.2 -
System Red Green Blue C M Y K H S L
Decimal 135 29 88 0 0.79 0.35 0.47 326.6 0.65 0.32
Hex 87 1D 58 0 4F 23 2F 147 41 20
Octal 207 35 130 0 117 43 57 507 101 40
Binary 10000111 11101 1011000 0 1001111 100011 101111 101000111 1000001 100000

Color Harmonies of #871D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871D58

Black with #871D58

Text Example


Text Example

White with #871D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,29,88); }

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

background-color css

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

 a { background-color: rgb(135,29,88); }

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

border-color css

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

 span { border-color: rgb(135,29,88); }

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