#892854

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

Shades of Rose Bud Cherry #892854

Tints of Rose Bud Cherry #892854

Color information

#892854 (or 0x892854) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 28 and 54. RGB value is (137,40,84). Sum of RGB (Red+Green+Blue) = 137+40+84=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #892854 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892854 is #76D7AB. Grayscale: #494949. Windows color (decimal): -7788460 or 5515401. OLE color: 5515401.

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

Color convert

RGB1374084-
CMYK00.710.390.46
HSL332.78º54.8%34.71%-
HSV(B)332.78º70.8%53.73%-
XYZ12.687.489.16-
YUV74.02133.64172.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.49%
GREEN value IS 40 (16.02% from 255) = 15.33%
BLUE value IS 84 (33.20% from 255) = 32.18%
R=52.49%
G=15.33%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137408400.710.390.46332.7854.834.71
Hex892854047272E14d3723
Octal21150124010747565156743
Binary10001001101000101010001000111100111101110101001101110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892854; }

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

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

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

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

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

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

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

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