Html Css Color HEX #87205A Rose Bud Cherry

📋 copy color: '#87205A'

red 135 ◦ green 32 ◦ blue 90

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

Shades of Rose Bud Cherry #87205A

Tints of Rose Bud Cherry #87205A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.02%

R = 52.53%
G = 12.45%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#87205A (or 0x87205A) is known color: Rose Bud Cherry. HEX triplet: 87, 20 and 5A. RGB value is (135,32,90). Sum of RGB (Red+Green+Blue) = 135+32+90=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #87205A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87205A is #78DFA5. Grayscale: #454545. Windows color (decimal): -7921574 or 5906567. OLE color: 5906567.

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

Color convert

RGB 135 32 90 -
CMYK 0 0.76 0.33 0.47
HSL 326.21º 0.62% 0.33% -
HSV(B) 326.21º 0.76% 0.53% -
XYZ 12.35 6.92 10.36 -
YUV 69.41 139.62 174.78 -
System Red Green Blue C M Y K H S L
Decimal 135 32 90 0 0.76 0.33 0.47 326.21 0.62 0.33
Hex 87 20 5A 0 4C 21 2F 146 3E 21
Octal 207 40 132 0 114 41 57 506 76 41
Binary 10000111 100000 1011010 0 1001100 100001 101111 101000110 111110 100001

Color Harmonies of #87205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87205A

Black with #87205A

Text Example


Text Example

White with #87205A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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