Html Css Color HEX #87345E Rose Bud Cherry

📋 copy color: '#87345E'

red 135 ◦ green 52 ◦ blue 94

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

Shades of Rose Bud Cherry #87345E

Tints of Rose Bud Cherry #87345E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.45%

R = 48.04%
G = 18.51%
B = 33.45%

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

#87345E (or 0x87345E) is known color: Rose Bud Cherry. HEX triplet: 87, 34 and 5E. RGB value is (135,52,94). Sum of RGB (Red+Green+Blue) = 135+52+94=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #87345E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87345E is #78CBA1. Grayscale: #515151. Windows color (decimal): -7916450 or 6173831. OLE color: 6173831.

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

Color convert

RGB 135 52 94 -
CMYK 0 0.61 0.30 0.47
HSL 329.64º 0.44% 0.37% -
HSV(B) 329.64º 0.61% 0.53% -
XYZ 13.24 8.42 11.52 -
YUV 81.61 135 166.08 -
System Red Green Blue C M Y K H S L
Decimal 135 52 94 0 0.61 0.30 0.47 329.64 0.44 0.37
Hex 87 34 5E 0 3D 1E 2F 14A 2C 25
Octal 207 64 136 0 75 36 57 512 54 45
Binary 10000111 110100 1011110 0 111101 11110 101111 101001010 101100 100101

Color Harmonies of #87345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87345E

Black with #87345E

Text Example


Text Example

White with #87345E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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