Html Css Color HEX #87285C Rose Bud Cherry

📋 copy color: '#87285C'

red 135 ◦ green 40 ◦ blue 92

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

Shades of Rose Bud Cherry #87285C

Tints of Rose Bud Cherry #87285C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.98%

 BLUE value IS 92 (36.33% from 255) = 34.46%

R = 50.56%
G = 14.98%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#87285C (or 0x87285C) is known color: Rose Bud Cherry. HEX triplet: 87, 28 and 5C. RGB value is (135,40,92). Sum of RGB (Red+Green+Blue) = 135+40+92=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #87285C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87285C is #78D7A3. Grayscale: #4A4A4A. Windows color (decimal): -7919524 or 6039687. OLE color: 6039687.

HSL color Cylindrical-coordinate representation of color #87285C: hue angle of 327.16º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #87285C is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 40 92 -
CMYK 0 0.70 0.32 0.47
HSL 327.16º 0.54% 0.34% -
HSV(B) 327.16º 0.7% 0.53% -
XYZ 12.68 7.44 10.89 -
YUV 74.33 137.97 171.27 -
System Red Green Blue C M Y K H S L
Decimal 135 40 92 0 0.70 0.32 0.47 327.16 0.54 0.34
Hex 87 28 5C 0 46 20 2F 147 36 22
Octal 207 50 134 0 106 40 57 507 66 42
Binary 10000111 101000 1011100 0 1000110 100000 101111 101000111 110110 100010

Color Harmonies of #87285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87285C

Black with #87285C

Text Example


Text Example

White with #87285C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87285C; }

 p { color: rgb(135,40,92); }

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

background-color css

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

 a { background-color: rgb(135,40,92); }

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

border-color css

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

 span { border-color: rgb(135,40,92); }

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