Html Css Color HEX #89245C Rose Bud Cherry

📋 copy color: '#89245C'

red 137 ◦ green 36 ◦ blue 92

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

Shades of Rose Bud Cherry #89245C

Tints of Rose Bud Cherry #89245C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.72%

R = 51.7%
G = 13.58%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#89245C (or 0x89245C) is known color: Rose Bud Cherry. HEX triplet: 89, 24 and 5C. RGB value is (137,36,92). Sum of RGB (Red+Green+Blue) = 137+36+92=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #89245C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89245C is #76DBA3. Grayscale: #484848. Windows color (decimal): -7789476 or 6038665. OLE color: 6038665.

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

Color convert

RGB 137 36 92 -
CMYK 0 0.74 0.33 0.46
HSL 326.73º 0.58% 0.34% -
HSV(B) 326.73º 0.74% 0.54% -
XYZ 12.88 7.35 10.87 -
YUV 72.58 138.96 173.95 -
System Red Green Blue C M Y K H S L
Decimal 137 36 92 0 0.74 0.33 0.46 326.73 0.58 0.34
Hex 89 24 5C 0 4A 21 2E 147 3A 22
Octal 211 44 134 0 112 41 56 507 72 42
Binary 10001001 100100 1011100 0 1001010 100001 101110 101000111 111010 100010

Color Harmonies of #89245C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89245C

Black with #89245C

Text Example


Text Example

White with #89245C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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