Html Css Color HEX #873564 Rose Bud Cherry

📋 copy color: '#873564'

red 135 ◦ green 53 ◦ blue 100

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

Shades of Rose Bud Cherry #873564

Tints of Rose Bud Cherry #873564

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.4%

 BLUE value IS 100 (39.45% from 255) = 34.72%

R = 46.88%
G = 18.4%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#873564 (or 0x873564) is known color: Rose Bud Cherry. HEX triplet: 87, 35 and 64. RGB value is (135,53,100). Sum of RGB (Red+Green+Blue) = 135+53+100=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #873564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873564 is #78CA9B. Grayscale: #525252. Windows color (decimal): -7916188 or 6567303. OLE color: 6567303.

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

Color convert

RGB 135 53 100 -
CMYK 0 0.61 0.26 0.47
HSL 325.61º 0.44% 0.37% -
HSV(B) 325.61º 0.61% 0.53% -
XYZ 13.57 8.62 13 -
YUV 82.88 137.67 165.18 -
System Red Green Blue C M Y K H S L
Decimal 135 53 100 0 0.61 0.26 0.47 325.61 0.44 0.37
Hex 87 35 64 0 3D 1A 2F 146 2C 25
Octal 207 65 144 0 75 32 57 506 54 45
Binary 10000111 110101 1100100 0 111101 11010 101111 101000110 101100 100101

Color Harmonies of #873564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873564

Black with #873564

Text Example


Text Example

White with #873564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873564; }

 p { color: rgb(135,53,100); }

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

background-color css

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

 a { background-color: rgb(135,53,100); }

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

border-color css

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

 span { border-color: rgb(135,53,100); }

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