#892865

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

Shades of Rose Bud Cherry #892865

Tints of Rose Bud Cherry #892865

Color information

#892865 (or 0x892865) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 28 and 65. RGB value is (137,40,101). Sum of RGB (Red+Green+Blue) = 137+40+101=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 137 - color contains mainly: red. Hex color #892865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892865 is #76D79A. Grayscale: #4B4B4B. Windows color (decimal): -7788443 or 6629513. OLE color: 6629513.

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

Color convert

RGB13740101-
CMYK00.710.260.46
HSL322.27º54.8%34.71%-
HSV(B)322.27º70.8%53.73%-
XYZ13.427.7813.11-
YUV75.96142.14171.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.28%
GREEN value IS 40 (16.02% from 255) = 14.39%
BLUE value IS 101 (39.84% from 255) = 36.33%
R=49.28%
G=14.39%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374010100.710.260.46322.2754.834.71
Hex8928650471A2E1423723
Octal21150145010732565026743
Binary1000100110100011001010100011111010101110101000010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892865; }

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

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

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

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

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

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

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

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