Html Css Color HEX #87205E Rose Bud Cherry

📋 copy color: '#87205E'

red 135 ◦ green 32 ◦ blue 94

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

Shades of Rose Bud Cherry #87205E

Tints of Rose Bud Cherry #87205E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.26%

 BLUE value IS 94 (37.11% from 255) = 36.02%

R = 51.72%
G = 12.26%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#87205E (or 0x87205E) is known color: Rose Bud Cherry. HEX triplet: 87, 20 and 5E. RGB value is (135,32,94). Sum of RGB (Red+Green+Blue) = 135+32+94=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #87205E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87205E is #78DFA1. Grayscale: #454545. Windows color (decimal): -7921570 or 6168711. OLE color: 6168711.

HSL color Cylindrical-coordinate representation of color #87205E: hue angle of 323.88º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #87205E is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 32 94 -
CMYK 0 0.76 0.30 0.47
HSL 323.88º 0.62% 0.33% -
HSV(B) 323.88º 0.76% 0.53% -
XYZ 12.53 6.99 11.28 -
YUV 69.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 135 32 94 0 0.76 0.30 0.47 323.88 0.62 0.33
Hex 87 20 5E 0 4C 1E 2F 144 3E 21
Octal 207 40 136 0 114 36 57 504 76 41
Binary 10000111 100000 1011110 0 1001100 11110 101111 101000100 111110 100001

Color Harmonies of #87205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87205E

Black with #87205E

Text Example


Text Example

White with #87205E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87205E; }

 p { color: rgb(135,32,94); }

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

background-color css

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

 a { background-color: rgb(135,32,94); }

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

border-color css

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

 span { border-color: rgb(135,32,94); }

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