Html Css Color HEX #87375A Rose Bud Cherry

📋 copy color: '#87375A'

red 135 ◦ green 55 ◦ blue 90

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

Shades of Rose Bud Cherry #87375A

Tints of Rose Bud Cherry #87375A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.14%

R = 48.21%
G = 19.64%
B = 32.14%

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

#87375A (or 0x87375A) is known color: Rose Bud Cherry. HEX triplet: 87, 37 and 5A. RGB value is (135,55,90). Sum of RGB (Red+Green+Blue) = 135+55+90=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #87375A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87375A is #78C8A5. Grayscale: #525252. Windows color (decimal): -7915686 or 5912455. OLE color: 5912455.

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

Color convert

RGB 135 55 90 -
CMYK 0 0.59 0.33 0.47
HSL 333.75º 0.42% 0.37% -
HSV(B) 333.75º 0.59% 0.53% -
XYZ 13.2 8.62 10.64 -
YUV 82.91 132 165.15 -
System Red Green Blue C M Y K H S L
Decimal 135 55 90 0 0.59 0.33 0.47 333.75 0.42 0.37
Hex 87 37 5A 0 3B 21 2F 14E 2A 25
Octal 207 67 132 0 73 41 57 516 52 45
Binary 10000111 110111 1011010 0 111011 100001 101111 101001110 101010 100101

Color Harmonies of #87375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87375A

Black with #87375A

Text Example


Text Example

White with #87375A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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