Html Css Color HEX #89245D Rose Bud Cherry

📋 copy color: '#89245D'

red 137 ◦ green 36 ◦ blue 93

#89245D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud Cherry #89245D

Tints of Rose Bud Cherry #89245D

RGB

 RED value IS 137 (53.91% from 255) = 51.5%

 GREEN value IS 36 (14.45% from 255) = 13.53%

 BLUE value IS 93 (36.72% from 255) = 34.96%

R = 51.5%
G = 13.53%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#89245D (or 0x89245D) is known color: Rose Bud Cherry. HEX triplet: 89, 24 and 5D. RGB value is (137,36,93). Sum of RGB (Red+Green+Blue) = 137+36+93=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #89245D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89245D is #76DBA2. Grayscale: #484848. Windows color (decimal): -7789475 or 6104201. OLE color: 6104201.

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

Color convert

RGB 137 36 93 -
CMYK 0 0.74 0.32 0.46
HSL 326.14º 0.58% 0.34% -
HSV(B) 326.14º 0.74% 0.54% -
XYZ 12.92 7.37 11.1 -
YUV 72.7 139.46 173.87 -
System Red Green Blue C M Y K H S L
Decimal 137 36 93 0 0.74 0.32 0.46 326.14 0.58 0.34
Hex 89 24 5D 0 4A 20 2E 146 3A 22
Octal 211 44 135 0 112 40 56 506 72 42
Binary 10001001 100100 1011101 0 1001010 100000 101110 101000110 111010 100010

Color Harmonies of #89245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89245D

Black with #89245D

Text Example


Text Example

White with #89245D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89245D;
 }
 .AnyTagClassName
 {
   color: #89245D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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