Html Css Color HEX #87345F Rose Bud Cherry

📋 copy color: '#87345F'

red 135 ◦ green 52 ◦ blue 95

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

Shades of Rose Bud Cherry #87345F

Tints of Rose Bud Cherry #87345F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.69%

R = 47.87%
G = 18.44%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#87345F (or 0x87345F) is known color: Rose Bud Cherry. HEX triplet: 87, 34 and 5F. RGB value is (135,52,95). Sum of RGB (Red+Green+Blue) = 135+52+95=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #87345F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87345F is #78CBA0. Grayscale: #515151. Windows color (decimal): -7916449 or 6239367. OLE color: 6239367.

HSL color Cylindrical-coordinate representation of color #87345F: hue angle of 328.92º 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 #87345F is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 52 95 -
CMYK 0 0.61 0.30 0.47
HSL 328.92º 0.44% 0.37% -
HSV(B) 328.92º 0.61% 0.53% -
XYZ 13.29 8.43 11.75 -
YUV 81.72 135.5 166 -
System Red Green Blue C M Y K H S L
Decimal 135 52 95 0 0.61 0.30 0.47 328.92 0.44 0.37
Hex 87 34 5F 0 3D 1E 2F 149 2C 25
Octal 207 64 137 0 75 36 57 511 54 45
Binary 10000111 110100 1011111 0 111101 11110 101111 101001001 101100 100101

Color Harmonies of #87345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87345F

Black with #87345F

Text Example


Text Example

White with #87345F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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