Html Css Color HEX #89255B Rose Bud Cherry

📋 copy color: '#89255B'

red 137 ◦ green 37 ◦ blue 91

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

Shades of Rose Bud Cherry #89255B

Tints of Rose Bud Cherry #89255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.96%

 BLUE value IS 91 (35.94% from 255) = 34.34%

R = 51.7%
G = 13.96%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#89255B (or 0x89255B) is known color: Rose Bud Cherry. HEX triplet: 89, 25 and 5B. RGB value is (137,37,91). Sum of RGB (Red+Green+Blue) = 137+37+91=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #89255B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89255B is #76DAA4. Grayscale: #484848. Windows color (decimal): -7789221 or 5973385. OLE color: 5973385.

HSL color Cylindrical-coordinate representation of color #89255B: hue angle of 327.6º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #89255B is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 37 91 -
CMYK 0 0.73 0.34 0.46
HSL 327.6º 0.57% 0.34% -
HSV(B) 327.6º 0.73% 0.54% -
XYZ 12.87 7.4 10.65 -
YUV 73.06 138.13 173.61 -
System Red Green Blue C M Y K H S L
Decimal 137 37 91 0 0.73 0.34 0.46 327.6 0.57 0.34
Hex 89 25 5B 0 49 22 2E 148 39 22
Octal 211 45 133 0 111 42 56 510 71 42
Binary 10001001 100101 1011011 0 1001001 100010 101110 101001000 111001 100010

Color Harmonies of #89255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89255B

Black with #89255B

Text Example


Text Example

White with #89255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89255B; }

 p { color: rgb(137,37,91); }

 H1.HeaderClassName
 {
   color: #89255B;
 }
 .AnyTagClassName
 {
   color: #89255B;
 }
</style>

background-color css

<style>
 a { background-color: #89255B; }

 a { background-color: rgb(137,37,91); }

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

border-color css

<style>
 span { border-color: #89255B; }

 span { border-color: rgb(137,37,91); }

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