Html Css Color HEX #87345D Rose Bud Cherry

📋 copy color: '#87345D'

red 135 ◦ green 52 ◦ blue 93

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

Shades of Rose Bud Cherry #87345D

Tints of Rose Bud Cherry #87345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.57%

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

R = 48.21%
G = 18.57%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#87345D (or 0x87345D) is known color: Rose Bud Cherry. HEX triplet: 87, 34 and 5D. RGB value is (135,52,93). Sum of RGB (Red+Green+Blue) = 135+52+93=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #87345D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87345D is #78CBA2. Grayscale: #515151. Windows color (decimal): -7916451 or 6108295. OLE color: 6108295.

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

Color convert

RGB 135 52 93 -
CMYK 0 0.61 0.31 0.47
HSL 330.36º 0.44% 0.37% -
HSV(B) 330.36º 0.61% 0.53% -
XYZ 13.2 8.4 11.28 -
YUV 81.49 134.5 166.17 -
System Red Green Blue C M Y K H S L
Decimal 135 52 93 0 0.61 0.31 0.47 330.36 0.44 0.37
Hex 87 34 5D 0 3D 1F 2F 14A 2C 25
Octal 207 64 135 0 75 37 57 512 54 45
Binary 10000111 110100 1011101 0 111101 11111 101111 101001010 101100 100101

Color Harmonies of #87345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87345D

Black with #87345D

Text Example


Text Example

White with #87345D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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