Html Css Color HEX #89295C Rose Bud Cherry

📋 copy color: '#89295C'

red 137 ◦ green 41 ◦ blue 92

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

Shades of Rose Bud Cherry #89295C

Tints of Rose Bud Cherry #89295C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.19%

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

R = 50.74%
G = 15.19%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#89295C (or 0x89295C) is known color: Rose Bud Cherry. HEX triplet: 89, 29 and 5C. RGB value is (137,41,92). Sum of RGB (Red+Green+Blue) = 137+41+92=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #89295C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89295C is #76D6A3. Grayscale: #4B4B4B. Windows color (decimal): -7788196 or 6039945. OLE color: 6039945.

HSL color Cylindrical-coordinate representation of color #89295C: hue angle of 328.12º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #89295C is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 41 92 -
CMYK 0 0.70 0.33 0.46
HSL 328.13º 0.54% 0.35% -
HSV(B) 328.13º 0.7% 0.54% -
XYZ 13.04 7.68 10.92 -
YUV 75.52 137.3 171.85 -
System Red Green Blue C M Y K H S L
Decimal 137 41 92 0 0.70 0.33 0.46 328.13 0.54 0.35
Hex 89 29 5C 0 46 21 2E 148 36 23
Octal 211 51 134 0 106 41 56 510 66 43
Binary 10001001 101001 1011100 0 1000110 100001 101110 101001000 110110 100011

Color Harmonies of #89295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89295C

Black with #89295C

Text Example


Text Example

White with #89295C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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