Html Css Color HEX #87205C Rose Bud Cherry

📋 copy color: '#87205C'

red 135 ◦ green 32 ◦ blue 92

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

Shades of Rose Bud Cherry #87205C

Tints of Rose Bud Cherry #87205C

RGB

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

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

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

R = 52.12%
G = 12.36%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#87205C (or 0x87205C) is known color: Rose Bud Cherry. HEX triplet: 87, 20 and 5C. RGB value is (135,32,92). Sum of RGB (Red+Green+Blue) = 135+32+92=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #87205C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87205C is #78DFA3. Grayscale: #454545. Windows color (decimal): -7921572 or 6037639. OLE color: 6037639.

HSL color Cylindrical-coordinate representation of color #87205C: hue angle of 325.05º 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 #87205C is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 32 92 -
CMYK 0 0.76 0.32 0.47
HSL 325.05º 0.62% 0.33% -
HSV(B) 325.05º 0.76% 0.53% -
XYZ 12.44 6.96 10.81 -
YUV 69.64 140.62 174.62 -
System Red Green Blue C M Y K H S L
Decimal 135 32 92 0 0.76 0.32 0.47 325.05 0.62 0.33
Hex 87 20 5C 0 4C 20 2F 145 3E 21
Octal 207 40 134 0 114 40 57 505 76 41
Binary 10000111 100000 1011100 0 1001100 100000 101111 101000101 111110 100001

Color Harmonies of #87205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87205C

Black with #87205C

Text Example


Text Example

White with #87205C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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