#89215D

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

Shades of Rose Bud Cherry #89215D

Tints of Rose Bud Cherry #89215D

Color information

#89215D (or 0x89215D) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 21 and 5D. RGB value is (137,33,93). Sum of RGB (Red+Green+Blue) = 137+33+93=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #89215D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89215D is #76DEA2. Grayscale: #464646. Windows color (decimal): -7790243 or 6103433. OLE color: 6103433.

HSL color Cylindrical-coordinate representation of color #89215D: hue angle of 325.38º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #89215D is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB1373393-
CMYK00.760.320.46
HSL325.38º61.18%33.33%-
HSV(B)325.38º75.91%53.73%-
XYZ12.847.211.07-
YUV70.94140.46175.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.09%
GREEN value IS 33 (13.28% from 255) = 12.55%
BLUE value IS 93 (36.72% from 255) = 35.36%
R=52.09%
G=12.55%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137339300.760.320.46325.3861.1833.33
Hex89215D04C202E1453d21
Octal21141135011440565057541
Binary10001001100001101110101001100100000101110101000101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89215D; }

 p { color: rgb(137,33,93); }

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

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

 a { background-color: rgb(137,33,93); }

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

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

 span { border-color: rgb(137,33,93); }

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