Html Css Color HEX #87385C Rose Bud Cherry

📋 copy color: '#87385C'

red 135 ◦ green 56 ◦ blue 92

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

Shades of Rose Bud Cherry #87385C

Tints of Rose Bud Cherry #87385C

RGB

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

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

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

R = 47.7%
G = 19.79%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#87385C (or 0x87385C) is known color: Rose Bud Cherry. HEX triplet: 87, 38 and 5C. RGB value is (135,56,92). Sum of RGB (Red+Green+Blue) = 135+56+92=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #87385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87385C is #78C7A3. Grayscale: #535353. Windows color (decimal): -7915428 or 6043783. OLE color: 6043783.

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

Color convert

RGB 135 56 92 -
CMYK 0 0.59 0.32 0.47
HSL 332.66º 0.41% 0.37% -
HSV(B) 332.66º 0.59% 0.53% -
XYZ 13.34 8.75 11.11 -
YUV 83.73 132.67 164.57 -
System Red Green Blue C M Y K H S L
Decimal 135 56 92 0 0.59 0.32 0.47 332.66 0.41 0.37
Hex 87 38 5C 0 3B 20 2F 14D 29 25
Octal 207 70 134 0 73 40 57 515 51 45
Binary 10000111 111000 1011100 0 111011 100000 101111 101001101 101001 100101

Color Harmonies of #87385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87385C

Black with #87385C

Text Example


Text Example

White with #87385C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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