Html Css Color HEX #89225D Rose Bud Cherry

📋 copy color: '#89225D'

red 137 ◦ green 34 ◦ blue 93

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

Shades of Rose Bud Cherry #89225D

Tints of Rose Bud Cherry #89225D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.88%

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

R = 51.89%
G = 12.88%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#89225D (or 0x89225D) is known color: Rose Bud Cherry. HEX triplet: 89, 22 and 5D. RGB value is (137,34,93). Sum of RGB (Red+Green+Blue) = 137+34+93=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #89225D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89225D is #76DDA2. Grayscale: #474747. Windows color (decimal): -7789987 or 6103689. OLE color: 6103689.

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

Color convert

RGB 137 34 93 -
CMYK 0 0.75 0.32 0.46
HSL 325.63º 0.6% 0.34% -
HSV(B) 325.63º 0.75% 0.54% -
XYZ 12.86 7.25 11.08 -
YUV 71.52 140.12 174.7 -
System Red Green Blue C M Y K H S L
Decimal 137 34 93 0 0.75 0.32 0.46 325.63 0.6 0.34
Hex 89 22 5D 0 4B 20 2E 146 3C 22
Octal 211 42 135 0 113 40 56 506 74 42
Binary 10001001 100010 1011101 0 1001011 100000 101110 101000110 111100 100010

Color Harmonies of #89225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89225D

Black with #89225D

Text Example


Text Example

White with #89225D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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