Html Css Color HEX #89225C Rose Bud Cherry

📋 copy color: '#89225C'

red 137 ◦ green 34 ◦ blue 92

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

Shades of Rose Bud Cherry #89225C

Tints of Rose Bud Cherry #89225C

RGB

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

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

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

R = 52.09%
G = 12.93%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#89225C (or 0x89225C) is known color: Rose Bud Cherry. HEX triplet: 89, 22 and 5C. RGB value is (137,34,92). Sum of RGB (Red+Green+Blue) = 137+34+92=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #89225C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89225C is #76DDA3. Grayscale: #474747. Windows color (decimal): -7789988 or 6038153. OLE color: 6038153.

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

Color convert

RGB 137 34 92 -
CMYK 0 0.75 0.33 0.46
HSL 326.21º 0.6% 0.34% -
HSV(B) 326.21º 0.75% 0.54% -
XYZ 12.82 7.24 10.85 -
YUV 71.41 139.62 174.78 -
System Red Green Blue C M Y K H S L
Decimal 137 34 92 0 0.75 0.33 0.46 326.21 0.6 0.34
Hex 89 22 5C 0 4B 21 2E 146 3C 22
Octal 211 42 134 0 113 41 56 506 74 42
Binary 10001001 100010 1011100 0 1001011 100001 101110 101000110 111100 100010

Color Harmonies of #89225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89225C

Black with #89225C

Text Example


Text Example

White with #89225C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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