#89265E

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

Shades of Rose Bud Cherry #89265E

Tints of Rose Bud Cherry #89265E

Color information

#89265E (or 0x89265E) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 26 and 5E. RGB value is (137,38,94). Sum of RGB (Red+Green+Blue) = 137+38+94=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #89265E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89265E is #76D9A1. Grayscale: #494949. Windows color (decimal): -7788962 or 6170249. OLE color: 6170249.

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

Color convert

RGB1373894-
CMYK00.720.310.46
HSL326.06º56.57%34.31%-
HSV(B)326.06º72.26%53.73%-
XYZ13.037.5111.35-
YUV73.98139.3172.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.93%
GREEN value IS 38 (15.23% from 255) = 14.13%
BLUE value IS 94 (37.11% from 255) = 34.94%
R=50.93%
G=14.13%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137389400.720.310.46326.0656.5734.31
Hex89265E0481F2E1463922
Octal21146136011037565067142
Binary1000100110011010111100100100011111101110101000110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89265E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89265E; }

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

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

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

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

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

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

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

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