Html Css Color HEX #873A61 Rose Bud Cherry

📋 copy color: '#873A61'

red 135 ◦ green 58 ◦ blue 97

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

Shades of Rose Bud Cherry #873A61

Tints of Rose Bud Cherry #873A61

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20%

 BLUE value IS 97 (38.28% from 255) = 33.45%

R = 46.55%
G = 20%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#873A61 (or 0x873A61) is known color: Rose Bud Cherry. HEX triplet: 87, 3A and 61. RGB value is (135,58,97). Sum of RGB (Red+Green+Blue) = 135+58+97=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #873A61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873A61 is #78C59E. Grayscale: #555555. Windows color (decimal): -7914911 or 6371975. OLE color: 6371975.

HSL color Cylindrical-coordinate representation of color #873A61: hue angle of 329.61º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #873A61 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 58 97 -
CMYK 0 0.57 0.28 0.47
HSL 329.61º 0.4% 0.38% -
HSV(B) 329.61º 0.57% 0.53% -
XYZ 13.66 9.04 12.33 -
YUV 85.47 134.51 163.33 -
System Red Green Blue C M Y K H S L
Decimal 135 58 97 0 0.57 0.28 0.47 329.61 0.4 0.38
Hex 87 3A 61 0 39 1C 2F 14A 28 26
Octal 207 72 141 0 71 34 57 512 50 46
Binary 10000111 111010 1100001 0 111001 11100 101111 101001010 101000 100110

Color Harmonies of #873A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873A61

Black with #873A61

Text Example


Text Example

White with #873A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873A61; }

 p { color: rgb(135,58,97); }

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

background-color css

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

 a { background-color: rgb(135,58,97); }

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

border-color css

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

 span { border-color: rgb(135,58,97); }

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