Html Css Color HEX #873D5D Rose Bud Cherry

📋 copy color: '#873D5D'

red 135 ◦ green 61 ◦ blue 93

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

Shades of Rose Bud Cherry #873D5D

Tints of Rose Bud Cherry #873D5D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.11%

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

R = 46.71%
G = 21.11%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#873D5D (or 0x873D5D) is known color: Rose Bud Cherry. HEX triplet: 87, 3D and 5D. RGB value is (135,61,93). Sum of RGB (Red+Green+Blue) = 135+61+93=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #873D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873D5D is #78C2A2. Grayscale: #565656. Windows color (decimal): -7914147 or 6110599. OLE color: 6110599.

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

Color convert

RGB 135 61 93 -
CMYK 0 0.55 0.31 0.47
HSL 334.05º 0.38% 0.38% -
HSV(B) 334.05º 0.55% 0.53% -
XYZ 13.64 9.28 11.43 -
YUV 86.77 131.52 162.4 -
System Red Green Blue C M Y K H S L
Decimal 135 61 93 0 0.55 0.31 0.47 334.05 0.38 0.38
Hex 87 3D 5D 0 37 1F 2F 14E 26 26
Octal 207 75 135 0 67 37 57 516 46 46
Binary 10000111 111101 1011101 0 110111 11111 101111 101001110 100110 100110

Color Harmonies of #873D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873D5D

Black with #873D5D

Text Example


Text Example

White with #873D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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