#892754

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

Shades of Rose Bud Cherry #892754

Tints of Rose Bud Cherry #892754

Color information

#892754 (or 0x892754) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 27 and 54. RGB value is (137,39,84). Sum of RGB (Red+Green+Blue) = 137+39+84=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 84 (33.20% from 255 or 32.31% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #892754 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892754 is #76D8AB. Grayscale: #494949. Windows color (decimal): -7788716 or 5515145. OLE color: 5515145.

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

Color convert

RGB1373984-
CMYK00.720.390.46
HSL332.45º55.68%34.51%-
HSV(B)332.45º71.53%53.73%-
XYZ12.647.419.15-
YUV73.43133.97173.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.69%
GREEN value IS 39 (15.62% from 255) = 15%
BLUE value IS 84 (33.20% from 255) = 32.31%
R=52.69%
G=15%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137398400.720.390.46332.4555.6834.51
Hex892754048272E14c3823
Octal21147124011047565147043
Binary10001001100111101010001001000100111101110101001100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892754; }

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

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

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

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

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

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

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

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