Html Css Color HEX #873860 Rose Bud Cherry

📋 copy color: '#873860'

red 135 ◦ green 56 ◦ blue 96

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

Shades of Rose Bud Cherry #873860

Tints of Rose Bud Cherry #873860

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.51%

 BLUE value IS 96 (37.89% from 255) = 33.45%

R = 47.04%
G = 19.51%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#873860 (or 0x873860) is known color: Rose Bud Cherry. HEX triplet: 87, 38 and 60. RGB value is (135,56,96). Sum of RGB (Red+Green+Blue) = 135+56+96=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #873860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873860 is #78C79F. Grayscale: #545454. Windows color (decimal): -7915424 or 6305927. OLE color: 6305927.

HSL color Cylindrical-coordinate representation of color #873860: hue angle of 329.62º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #873860 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 56 96 -
CMYK 0 0.59 0.29 0.47
HSL 329.62º 0.41% 0.37% -
HSV(B) 329.62º 0.59% 0.53% -
XYZ 13.52 8.82 12.06 -
YUV 84.18 134.67 164.25 -
System Red Green Blue C M Y K H S L
Decimal 135 56 96 0 0.59 0.29 0.47 329.62 0.41 0.37
Hex 87 38 60 0 3B 1D 2F 14A 29 25
Octal 207 70 140 0 73 35 57 512 51 45
Binary 10000111 111000 1100000 0 111011 11101 101111 101001010 101001 100101

Color Harmonies of #873860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873860

Black with #873860

Text Example


Text Example

White with #873860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873860; }

 p { color: rgb(135,56,96); }

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

background-color css

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

 a { background-color: rgb(135,56,96); }

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

border-color css

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

 span { border-color: rgb(135,56,96); }

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