Html Css Color HEX #873B5D Rose Bud Cherry

📋 copy color: '#873B5D'

red 135 ◦ green 59 ◦ blue 93

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

Shades of Rose Bud Cherry #873B5D

Tints of Rose Bud Cherry #873B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.4%

R = 47.04%
G = 20.56%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#873B5D (or 0x873B5D) is known color: Rose Bud Cherry. HEX triplet: 87, 3B and 5D. RGB value is (135,59,93). Sum of RGB (Red+Green+Blue) = 135+59+93=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #873B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873B5D is #78C4A2. Grayscale: #555555. Windows color (decimal): -7914659 or 6110087. OLE color: 6110087.

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

Color convert

RGB 135 59 93 -
CMYK 0 0.56 0.31 0.47
HSL 333.16º 0.39% 0.38% -
HSV(B) 333.16º 0.56% 0.53% -
XYZ 13.53 9.07 11.39 -
YUV 85.6 132.18 163.24 -
System Red Green Blue C M Y K H S L
Decimal 135 59 93 0 0.56 0.31 0.47 333.16 0.39 0.38
Hex 87 3B 5D 0 38 1F 2F 14D 27 26
Octal 207 73 135 0 70 37 57 515 47 46
Binary 10000111 111011 1011101 0 111000 11111 101111 101001101 100111 100110

Color Harmonies of #873B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873B5D

Black with #873B5D

Text Example


Text Example

White with #873B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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