#893268

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

Shades of Rose Bud Cherry #893268

Tints of Rose Bud Cherry #893268

Color information

#893268 (or 0x893268) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 32 and 68. RGB value is (137,50,104). Sum of RGB (Red+Green+Blue) = 137+50+104=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 137 - color contains mainly: red. Hex color #893268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893268 is #76CD97. Grayscale: #525252. Windows color (decimal): -7785880 or 6828681. OLE color: 6828681.

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

Color convert

RGB13750104-
CMYK00.640.240.46
HSL322.76º46.52%36.67%-
HSV(B)322.76º63.5%53.73%-
XYZ13.968.614.02-
YUV82.17140.32167.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.08%
GREEN value IS 50 (19.92% from 255) = 17.18%
BLUE value IS 104 (41.02% from 255) = 35.74%
R=47.08%
G=17.18%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375010400.640.240.46322.7646.5236.67
Hex893268040182E1432f25
Octal21162150010030565035745
Binary1000100111001011010000100000011000101110101000011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893268; }

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

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

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

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

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

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

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

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