#892750

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

Shades of Rose Bud Cherry #892750

Tints of Rose Bud Cherry #892750

Color information

#892750 (or 0x892750) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 27 and 50. RGB value is (137,39,80). Sum of RGB (Red+Green+Blue) = 137+39+80=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #892750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892750 is #76D8AF. Grayscale: #484848. Windows color (decimal): -7788720 or 5253001. OLE color: 5253001.

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

Color convert

RGB1373980-
CMYK00.720.420.46
HSL334.9º55.68%34.51%-
HSV(B)334.9º71.53%53.73%-
XYZ12.497.358.35-
YUV72.98131.97173.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.52%
GREEN value IS 39 (15.62% from 255) = 15.23%
BLUE value IS 80 (31.64% from 255) = 31.25%
R=53.52%
G=15.23%
B=31.25%

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
Decimal137398000.720.420.46334.955.6834.51
Hex8927500482A2E14f3823
Octal21147120011052565177043
Binary10001001100111101000001001000101010101110101001111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892750; }

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

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

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

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

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

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

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

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