Html Css Color HEX #872560 Rose Bud Cherry

📋 copy color: '#872560'

red 135 ◦ green 37 ◦ blue 96

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

Shades of Rose Bud Cherry #872560

Tints of Rose Bud Cherry #872560

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.81%

 BLUE value IS 96 (37.89% from 255) = 35.82%

R = 50.37%
G = 13.81%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#872560 (or 0x872560) is known color: Rose Bud Cherry. HEX triplet: 87, 25 and 60. RGB value is (135,37,96). Sum of RGB (Red+Green+Blue) = 135+37+96=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #872560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872560 is #78DA9F. Grayscale: #484848. Windows color (decimal): -7920288 or 6301063. OLE color: 6301063.

HSL color Cylindrical-coordinate representation of color #872560: hue angle of 323.88º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #872560 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 37 96 -
CMYK 0 0.73 0.29 0.47
HSL 323.88º 0.57% 0.34% -
HSV(B) 323.88º 0.73% 0.53% -
XYZ 12.76 7.32 11.81 -
YUV 73.03 140.97 172.2 -
System Red Green Blue C M Y K H S L
Decimal 135 37 96 0 0.73 0.29 0.47 323.88 0.57 0.34
Hex 87 25 60 0 49 1D 2F 144 39 22
Octal 207 45 140 0 111 35 57 504 71 42
Binary 10000111 100101 1100000 0 1001001 11101 101111 101000100 111001 100010

Color Harmonies of #872560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872560

Black with #872560

Text Example


Text Example

White with #872560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872560; }

 p { color: rgb(135,37,96); }

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

background-color css

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

 a { background-color: rgb(135,37,96); }

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

border-color css

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

 span { border-color: rgb(135,37,96); }

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