#893865

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

Shades of Rose Bud Cherry #893865

Tints of Rose Bud Cherry #893865

Color information

#893865 (or 0x893865) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 38 and 65. RGB value is (137,56,101). Sum of RGB (Red+Green+Blue) = 137+56+101=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 137 - color contains mainly: red. Hex color #893865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893865 is #76C79A. Grayscale: #555555. Windows color (decimal): -7784347 or 6633609. OLE color: 6633609.

HSL color Cylindrical-coordinate representation of color #893865: hue angle of 326.67º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #893865 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB13756101-
CMYK00.590.260.46
HSL326.67º41.97%37.84%-
HSV(B)326.67º59.12%53.73%-
XYZ14.089.0913.32-
YUV85.35136.84164.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.60%
GREEN value IS 56 (22.27% from 255) = 19.05%
BLUE value IS 101 (39.84% from 255) = 34.35%
R=46.60%
G=19.05%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375610100.590.260.46326.6741.9737.84
Hex89386503B1A2E1472a26
Octal2117014507332565075246
Binary100010011110001100101011101111010101110101000111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893865; }

 p { color: rgb(137,56,101); }

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

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

 a { background-color: rgb(137,56,101); }

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

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

 span { border-color: rgb(137,56,101); }

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