Html Css Color HEX #87375B Rose Bud Cherry

📋 copy color: '#87375B'

red 135 ◦ green 55 ◦ blue 91

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

Shades of Rose Bud Cherry #87375B

Tints of Rose Bud Cherry #87375B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.57%

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

R = 48.04%
G = 19.57%
B = 32.38%

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

#87375B (or 0x87375B) is known color: Rose Bud Cherry. HEX triplet: 87, 37 and 5B. RGB value is (135,55,91). Sum of RGB (Red+Green+Blue) = 135+55+91=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #87375B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87375B is #78C8A4. Grayscale: #525252. Windows color (decimal): -7915685 or 5977991. OLE color: 5977991.

HSL color Cylindrical-coordinate representation of color #87375B: hue angle of 333º degrees, saturation: 0.42, 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 #87375B is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 55 91 -
CMYK 0 0.59 0.33 0.47
HSL 333º 0.42% 0.37% -
HSV(B) 333º 0.59% 0.53% -
XYZ 13.25 8.64 10.87 -
YUV 83.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 135 55 91 0 0.59 0.33 0.47 333 0.42 0.37
Hex 87 37 5B 0 3B 21 2F 14D 2A 25
Octal 207 67 133 0 73 41 57 515 52 45
Binary 10000111 110111 1011011 0 111011 100001 101111 101001101 101010 100101

Color Harmonies of #87375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87375B

Black with #87375B

Text Example


Text Example

White with #87375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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