#893264

Color #893264 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #893264

Tints of Rose Bud Cherry #893264

Color information

#893264 (or 0x893264) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 32 and 64. RGB value is (137,50,100). Sum of RGB (Red+Green+Blue) = 137+50+100=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #893264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893264 is #76CD9B. Grayscale: #515151. Windows color (decimal): -7785884 or 6566537. OLE color: 6566537.

HSL color Cylindrical-coordinate representation of color #893264: hue angle of 325.52º 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 #893264 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB13750100-
CMYK00.640.270.46
HSL325.52º46.52%36.67%-
HSV(B)325.52º63.5%53.73%-
XYZ13.768.5212.98-
YUV81.71138.32167.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.74%
GREEN value IS 50 (19.92% from 255) = 17.42%
BLUE value IS 100 (39.45% from 255) = 34.84%
R=47.74%
G=17.42%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375010000.640.270.46325.5246.5236.67
Hex8932640401B2E1462f25
Octal21162144010033565065745
Binary1000100111001011001000100000011011101110101000110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893264; }

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

 H1.HeaderClassName
 {
   color: #893264;
 }
 .AnyTagClassName
 {
   color: #893264;
 }
</style>
background-color css

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

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

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

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

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

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