Html Css Color HEX #873B5C Rose Bud Cherry

📋 copy color: '#873B5C'

red 135 ◦ green 59 ◦ blue 92

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

Shades of Rose Bud Cherry #873B5C

Tints of Rose Bud Cherry #873B5C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.63%

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

R = 47.2%
G = 20.63%
B = 32.17%

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

#873B5C (or 0x873B5C) is known color: Rose Bud Cherry. HEX triplet: 87, 3B and 5C. RGB value is (135,59,92). Sum of RGB (Red+Green+Blue) = 135+59+92=286 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.20% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 135 - color contains mainly: red. Hex color #873B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873B5C is #78C4A3. Grayscale: #555555. Windows color (decimal): -7914660 or 6044551. OLE color: 6044551.

HSL color Cylindrical-coordinate representation of color #873B5C: hue angle of 333.95º degrees, saturation: 0.39, 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 #873B5C is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 59 92 -
CMYK 0 0.56 0.32 0.47
HSL 333.95º 0.39% 0.38% -
HSV(B) 333.95º 0.56% 0.53% -
XYZ 13.49 9.05 11.16 -
YUV 85.49 131.68 163.32 -
System Red Green Blue C M Y K H S L
Decimal 135 59 92 0 0.56 0.32 0.47 333.95 0.39 0.38
Hex 87 3B 5C 0 38 20 2F 14E 27 26
Octal 207 73 134 0 70 40 57 516 47 46
Binary 10000111 111011 1011100 0 111000 100000 101111 101001110 100111 100110

Color Harmonies of #873B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873B5C

Black with #873B5C

Text Example


Text Example

White with #873B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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