Html Css Color HEX #89245A Rose Bud Cherry

📋 copy color: '#89245A'

red 137 ◦ green 36 ◦ blue 90

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

Shades of Rose Bud Cherry #89245A

Tints of Rose Bud Cherry #89245A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.22%

R = 52.09%
G = 13.69%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#89245A (or 0x89245A) is known color: Rose Bud Cherry. HEX triplet: 89, 24 and 5A. RGB value is (137,36,90). Sum of RGB (Red+Green+Blue) = 137+36+90=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #89245A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89245A is #76DBA5. Grayscale: #484848. Windows color (decimal): -7789478 or 5907593. OLE color: 5907593.

HSL color Cylindrical-coordinate representation of color #89245A: hue angle of 327.92º 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 #89245A is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 36 90 -
CMYK 0 0.74 0.34 0.46
HSL 327.92º 0.58% 0.34% -
HSV(B) 327.92º 0.74% 0.54% -
XYZ 12.79 7.32 10.41 -
YUV 72.36 137.96 174.11 -
System Red Green Blue C M Y K H S L
Decimal 137 36 90 0 0.74 0.34 0.46 327.92 0.58 0.34
Hex 89 24 5A 0 4A 22 2E 148 3A 22
Octal 211 44 132 0 112 42 56 510 72 42
Binary 10001001 100100 1011010 0 1001010 100010 101110 101001000 111010 100010

Color Harmonies of #89245A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89245A

Black with #89245A

Text Example


Text Example

White with #89245A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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