Html Css Color HEX #87215C Rose Bud Cherry

📋 copy color: '#87215C'

red 135 ◦ green 33 ◦ blue 92

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

Shades of Rose Bud Cherry #87215C

Tints of Rose Bud Cherry #87215C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.69%

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

R = 51.92%
G = 12.69%
B = 35.38%

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

#87215C (or 0x87215C) is known color: Rose Bud Cherry. HEX triplet: 87, 21 and 5C. RGB value is (135,33,92). Sum of RGB (Red+Green+Blue) = 135+33+92=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #87215C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87215C is #78DEA3. Grayscale: #464646. Windows color (decimal): -7921316 or 6037895. OLE color: 6037895.

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

Color convert

RGB 135 33 92 -
CMYK 0 0.76 0.32 0.47
HSL 325.29º 0.61% 0.33% -
HSV(B) 325.29º 0.76% 0.53% -
XYZ 12.47 7.01 10.82 -
YUV 70.22 140.29 174.2 -
System Red Green Blue C M Y K H S L
Decimal 135 33 92 0 0.76 0.32 0.47 325.29 0.61 0.33
Hex 87 21 5C 0 4C 20 2F 145 3D 21
Octal 207 41 134 0 114 40 57 505 75 41
Binary 10000111 100001 1011100 0 1001100 100000 101111 101000101 111101 100001

Color Harmonies of #87215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87215C

Black with #87215C

Text Example


Text Example

White with #87215C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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