#893252

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

Shades of Rose Bud Cherry #893252

Tints of Rose Bud Cherry #893252

Color information

#893252 (or 0x893252) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 32 and 52. RGB value is (137,50,82). Sum of RGB (Red+Green+Blue) = 137+50+82=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #893252 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893252 is #76CDAD. Grayscale: #4F4F4F. Windows color (decimal): -7785902 or 5386889. OLE color: 5386889.

HSL color Cylindrical-coordinate representation of color #893252: hue angle of 337.93º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #893252 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB1375082-
CMYK00.640.400.46
HSL337.93º46.52%36.67%-
HSV(B)337.93º63.5%53.73%-
XYZ12.988.218.88-
YUV79.66129.32168.9-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.93%
GREEN value IS 50 (19.92% from 255) = 18.59%
BLUE value IS 82 (32.42% from 255) = 30.48%
R=50.93%
G=18.59%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137508200.640.400.46337.9346.5236.67
Hex893252040282E1522f25
Octal21162122010050565225745
Binary10001001110010101001001000000101000101110101010010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893252; }

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

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

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

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

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

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

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

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