Html Css Color HEX #873254 Rose Bud Cherry

📋 copy color: '#873254'

red 135 ◦ green 50 ◦ blue 84

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

Shades of Rose Bud Cherry #873254

Tints of Rose Bud Cherry #873254

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.59%

 BLUE value IS 84 (33.2% from 255) = 31.23%

R = 50.19%
G = 18.59%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#873254 (or 0x873254) is known color: Rose Bud Cherry. HEX triplet: 87, 32 and 54. RGB value is (135,50,84). Sum of RGB (Red+Green+Blue) = 135+50+84=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #873254 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873254 is #78CDAB. Grayscale: #4F4F4F. Windows color (decimal): -7916972 or 5517959. OLE color: 5517959.

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

Color convert

RGB 135 50 84 -
CMYK 0 0.63 0.38 0.47
HSL 336º 0.46% 0.36% -
HSV(B) 336º 0.63% 0.53% -
XYZ 12.73 8.07 9.27 -
YUV 79.29 130.66 167.74 -
System Red Green Blue C M Y K H S L
Decimal 135 50 84 0 0.63 0.38 0.47 336 0.46 0.36
Hex 87 32 54 0 3F 26 2F 150 2E 24
Octal 207 62 124 0 77 46 57 520 56 44
Binary 10000111 110010 1010100 0 111111 100110 101111 101010000 101110 100100

Color Harmonies of #873254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873254

Black with #873254

Text Example


Text Example

White with #873254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873254; }

 p { color: rgb(135,50,84); }

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

background-color css

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

 a { background-color: rgb(135,50,84); }

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

border-color css

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

 span { border-color: rgb(135,50,84); }

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