#892664

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

Shades of Rose Bud Cherry #892664

Tints of Rose Bud Cherry #892664

Color information

#892664 (or 0x892664) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 26 and 64. RGB value is (137,38,100). Sum of RGB (Red+Green+Blue) = 137+38+100=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #892664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892664 is #76D99B. Grayscale: #4A4A4A. Windows color (decimal): -7788956 or 6563465. OLE color: 6563465.

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

Color convert

RGB13738100-
CMYK00.720.270.46
HSL322.42º56.57%34.31%-
HSV(B)322.42º72.26%53.73%-
XYZ13.317.6212.83-
YUV74.67142.3172.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.82%
GREEN value IS 38 (15.23% from 255) = 13.82%
BLUE value IS 100 (39.45% from 255) = 36.36%
R=49.82%
G=13.82%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1373810000.720.270.46322.4256.5734.31
Hex8926640481B2E1423922
Octal21146144011033565027142
Binary1000100110011011001000100100011011101110101000010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892664; }

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

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

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

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

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

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

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

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