#892852

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

Shades of Rose Bud Cherry #892852

Tints of Rose Bud Cherry #892852

Color information

#892852 (or 0x892852) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 28 and 52. RGB value is (137,40,82). Sum of RGB (Red+Green+Blue) = 137+40+82=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #892852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892852 is #76D7AD. Grayscale: #494949. Windows color (decimal): -7788462 or 5384329. OLE color: 5384329.

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

Color convert

RGB1374082-
CMYK00.710.400.46
HSL334.02º54.8%34.71%-
HSV(B)334.02º70.8%53.73%-
XYZ12.67.458.76-
YUV73.79132.64173.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.90%
GREEN value IS 40 (16.02% from 255) = 15.44%
BLUE value IS 82 (32.42% from 255) = 31.66%
R=52.90%
G=15.44%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137408200.710.400.46334.0254.834.71
Hex892852047282E14e3723
Octal21150122010750565166743
Binary10001001101000101001001000111101000101110101001110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892852; }

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

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

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

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

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

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

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

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