Html Css Color HEX #873256 Rose Bud Cherry

📋 copy color: '#873256'

red 135 ◦ green 50 ◦ blue 86

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

Shades of Rose Bud Cherry #873256

Tints of Rose Bud Cherry #873256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 31.73%

R = 49.82%
G = 18.45%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#873256 (or 0x873256) is known color: Rose Bud Cherry. HEX triplet: 87, 32 and 56. RGB value is (135,50,86). Sum of RGB (Red+Green+Blue) = 135+50+86=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #873256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873256 is #78CDA9. Grayscale: #4F4F4F. Windows color (decimal): -7916970 or 5649031. OLE color: 5649031.

HSL color Cylindrical-coordinate representation of color #873256: hue angle of 334.59º 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 #873256 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 50 86 -
CMYK 0 0.63 0.36 0.47
HSL 334.59º 0.46% 0.36% -
HSV(B) 334.59º 0.63% 0.53% -
XYZ 12.81 8.1 9.69 -
YUV 79.52 131.66 167.57 -
System Red Green Blue C M Y K H S L
Decimal 135 50 86 0 0.63 0.36 0.47 334.59 0.46 0.36
Hex 87 32 56 0 3F 24 2F 14F 2E 24
Octal 207 62 126 0 77 44 57 517 56 44
Binary 10000111 110010 1010110 0 111111 100100 101111 101001111 101110 100100

Color Harmonies of #873256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873256

Black with #873256

Text Example


Text Example

White with #873256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873256; }

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

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

background-color css

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

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

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

border-color css

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

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

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