Html Css Color HEX #87295D Rose Bud Cherry

📋 copy color: '#87295D'

red 135 ◦ green 41 ◦ blue 93

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

Shades of Rose Bud Cherry #87295D

Tints of Rose Bud Cherry #87295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.24%

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

R = 50.19%
G = 15.24%
B = 34.57%

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

#87295D (or 0x87295D) is known color: Rose Bud Cherry. HEX triplet: 87, 29 and 5D. RGB value is (135,41,93). Sum of RGB (Red+Green+Blue) = 135+41+93=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #87295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87295D is #78D6A2. Grayscale: #4A4A4A. Windows color (decimal): -7919267 or 6105479. OLE color: 6105479.

HSL color Cylindrical-coordinate representation of color #87295D: hue angle of 326.81º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #87295D is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 41 93 -
CMYK 0 0.70 0.31 0.47
HSL 326.81º 0.53% 0.35% -
HSV(B) 326.81º 0.7% 0.53% -
XYZ 12.76 7.53 11.14 -
YUV 75.03 138.14 170.77 -
System Red Green Blue C M Y K H S L
Decimal 135 41 93 0 0.70 0.31 0.47 326.81 0.53 0.35
Hex 87 29 5D 0 46 1F 2F 147 35 23
Octal 207 51 135 0 106 37 57 507 65 43
Binary 10000111 101001 1011101 0 1000110 11111 101111 101000111 110101 100011

Color Harmonies of #87295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87295D

Black with #87295D

Text Example


Text Example

White with #87295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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