Html Css Color HEX #87325D Rose Bud Cherry

📋 copy color: '#87325D'

red 135 ◦ green 50 ◦ blue 93

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

Shades of Rose Bud Cherry #87325D

Tints of Rose Bud Cherry #87325D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.99%

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

R = 48.56%
G = 17.99%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#87325D (or 0x87325D) is known color: Rose Bud Cherry. HEX triplet: 87, 32 and 5D. RGB value is (135,50,93). Sum of RGB (Red+Green+Blue) = 135+50+93=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #87325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87325D is #78CDA2. Grayscale: #505050. Windows color (decimal): -7916963 or 6107783. OLE color: 6107783.

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

Color convert

RGB 135 50 93 -
CMYK 0 0.63 0.31 0.47
HSL 329.65º 0.46% 0.36% -
HSV(B) 329.65º 0.63% 0.53% -
XYZ 13.11 8.22 11.25 -
YUV 80.32 135.16 167 -
System Red Green Blue C M Y K H S L
Decimal 135 50 93 0 0.63 0.31 0.47 329.65 0.46 0.36
Hex 87 32 5D 0 3F 1F 2F 14A 2E 24
Octal 207 62 135 0 77 37 57 512 56 44
Binary 10000111 110010 1011101 0 111111 11111 101111 101001010 101110 100100

Color Harmonies of #87325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87325D

Black with #87325D

Text Example


Text Example

White with #87325D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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