Html Css Color HEX #87385B Rose Bud Cherry

📋 copy color: '#87385B'

red 135 ◦ green 56 ◦ blue 91

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

Shades of Rose Bud Cherry #87385B

Tints of Rose Bud Cherry #87385B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.86%

 BLUE value IS 91 (35.94% from 255) = 32.27%

R = 47.87%
G = 19.86%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#87385B (or 0x87385B) is known color: Rose Bud Cherry. HEX triplet: 87, 38 and 5B. RGB value is (135,56,91). Sum of RGB (Red+Green+Blue) = 135+56+91=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #87385B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87385B is #78C7A4. Grayscale: #535353. Windows color (decimal): -7915429 or 5978247. OLE color: 5978247.

HSL color Cylindrical-coordinate representation of color #87385B: hue angle of 333.42º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #87385B is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 56 91 -
CMYK 0 0.59 0.33 0.47
HSL 333.42º 0.41% 0.37% -
HSV(B) 333.42º 0.59% 0.53% -
XYZ 13.29 8.73 10.88 -
YUV 83.61 132.17 164.65 -
System Red Green Blue C M Y K H S L
Decimal 135 56 91 0 0.59 0.33 0.47 333.42 0.41 0.37
Hex 87 38 5B 0 3B 21 2F 14D 29 25
Octal 207 70 133 0 73 41 57 515 51 45
Binary 10000111 111000 1011011 0 111011 100001 101111 101001101 101001 100101

Color Harmonies of #87385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87385B

Black with #87385B

Text Example


Text Example

White with #87385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87385B; }

 p { color: rgb(135,56,91); }

 H1.HeaderClassName
 {
   color: #87385B;
 }
 .AnyTagClassName
 {
   color: #87385B;
 }
</style>

background-color css

<style>
 a { background-color: #87385B; }

 a { background-color: rgb(135,56,91); }

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

border-color css

<style>
 span { border-color: #87385B; }

 span { border-color: rgb(135,56,91); }

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