#892650

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

Shades of Rose Bud Cherry #892650

Tints of Rose Bud Cherry #892650

Color information

#892650 (or 0x892650) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 26 and 50. RGB value is (137,38,80). Sum of RGB (Red+Green+Blue) = 137+38+80=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #892650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892650 is #76D9AF. Grayscale: #484848. Windows color (decimal): -7788976 or 5252745. OLE color: 5252745.

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

Color convert

RGB1373880-
CMYK00.720.420.46
HSL334.55º56.57%34.31%-
HSV(B)334.55º72.26%53.73%-
XYZ12.467.288.34-
YUV72.39132.3174.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.73%
GREEN value IS 38 (15.23% from 255) = 14.90%
BLUE value IS 80 (31.64% from 255) = 31.37%
R=53.73%
G=14.90%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137388000.720.420.46334.5556.5734.31
Hex8926500482A2E14f3922
Octal21146120011052565177142
Binary10001001100110101000001001000101010101110101001111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892650; }

 p { color: rgb(137,38,80); }

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

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

 a { background-color: rgb(137,38,80); }

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

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

 span { border-color: rgb(137,38,80); }

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