Html Css Color HEX #893256 Rose Bud Cherry

📋 copy color: '#893256'

red 137 ◦ green 50 ◦ blue 86

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

Shades of Rose Bud Cherry #893256

Tints of Rose Bud Cherry #893256

RGB

 RED value IS 137 (53.91% from 255) = 50.18%

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

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

R = 50.18%
G = 18.32%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#893256 (or 0x893256) is known color: Rose Bud Cherry. HEX triplet: 89, 32 and 56. RGB value is (137,50,86). Sum of RGB (Red+Green+Blue) = 137+50+86=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #893256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893256 is #76CDA9. Grayscale: #505050. Windows color (decimal): -7785898 or 5649033. OLE color: 5649033.

HSL color Cylindrical-coordinate representation of color #893256: hue angle of 335.17º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #893256 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 50 86 -
CMYK 0 0.64 0.37 0.46
HSL 335.17º 0.47% 0.37% -
HSV(B) 335.17º 0.64% 0.54% -
XYZ 13.14 8.27 9.71 -
YUV 80.12 131.32 168.57 -
System Red Green Blue C M Y K H S L
Decimal 137 50 86 0 0.64 0.37 0.46 335.17 0.47 0.37
Hex 89 32 56 0 40 25 2E 14F 2F 25
Octal 211 62 126 0 100 45 56 517 57 45
Binary 10001001 110010 1010110 0 1000000 100101 101110 101001111 101111 100101

Color Harmonies of #893256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893256

Black with #893256

Text Example


Text Example

White with #893256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893256; }

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

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

background-color css

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

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

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

border-color css

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

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

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