Html Css Color HEX #873C5C Rose Bud Cherry

📋 copy color: '#873C5C'

red 135 ◦ green 60 ◦ blue 92

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

Shades of Rose Bud Cherry #873C5C

Tints of Rose Bud Cherry #873C5C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.91%

 BLUE value IS 92 (36.33% from 255) = 32.06%

R = 47.04%
G = 20.91%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#873C5C (or 0x873C5C) is known color: Rose Bud Cherry. HEX triplet: 87, 3C and 5C. RGB value is (135,60,92). Sum of RGB (Red+Green+Blue) = 135+60+92=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #873C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873C5C is #78C3A3. Grayscale: #565656. Windows color (decimal): -7914404 or 6044807. OLE color: 6044807.

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

Color convert

RGB 135 60 92 -
CMYK 0 0.56 0.32 0.47
HSL 334.4º 0.38% 0.38% -
HSV(B) 334.4º 0.56% 0.53% -
XYZ 13.54 9.16 11.18 -
YUV 86.07 131.35 162.9 -
System Red Green Blue C M Y K H S L
Decimal 135 60 92 0 0.56 0.32 0.47 334.4 0.38 0.38
Hex 87 3C 5C 0 38 20 2F 14E 26 26
Octal 207 74 134 0 70 40 57 516 46 46
Binary 10000111 111100 1011100 0 111000 100000 101111 101001110 100110 100110

Color Harmonies of #873C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873C5C

Black with #873C5C

Text Example


Text Example

White with #873C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,60,92); }

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

background-color css

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

 a { background-color: rgb(135,60,92); }

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

border-color css

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

 span { border-color: rgb(135,60,92); }

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