Html Css Color HEX #87285D Rose Bud Cherry

📋 copy color: '#87285D'

red 135 ◦ green 40 ◦ blue 93

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

Shades of Rose Bud Cherry #87285D

Tints of Rose Bud Cherry #87285D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.7%

R = 50.37%
G = 14.93%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#87285D (or 0x87285D) is known color: Rose Bud Cherry. HEX triplet: 87, 28 and 5D. RGB value is (135,40,93). Sum of RGB (Red+Green+Blue) = 135+40+93=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #87285D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87285D is #78D7A2. Grayscale: #4A4A4A. Windows color (decimal): -7919523 or 6105223. OLE color: 6105223.

HSL color Cylindrical-coordinate representation of color #87285D: hue angle of 326.53º 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 #87285D is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 40 93 -
CMYK 0 0.70 0.31 0.47
HSL 326.53º 0.54% 0.34% -
HSV(B) 326.53º 0.7% 0.53% -
XYZ 12.73 7.46 11.12 -
YUV 74.45 138.47 171.19 -
System Red Green Blue C M Y K H S L
Decimal 135 40 93 0 0.70 0.31 0.47 326.53 0.54 0.34
Hex 87 28 5D 0 46 1F 2F 147 36 22
Octal 207 50 135 0 106 37 57 507 66 42
Binary 10000111 101000 1011101 0 1000110 11111 101111 101000111 110110 100010

Color Harmonies of #87285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87285D

Black with #87285D

Text Example


Text Example

White with #87285D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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