Html Css Color HEX #891455 Rose Bud Cherry

📋 copy color: '#891455'

red 137 ◦ green 20 ◦ blue 85

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

Shades of Rose Bud Cherry #891455

Tints of Rose Bud Cherry #891455

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.26%

 BLUE value IS 85 (33.59% from 255) = 35.12%

R = 56.61%
G = 8.26%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#891455 (or 0x891455) is known color: Rose Bud Cherry. HEX triplet: 89, 14 and 55. RGB value is (137,20,85). Sum of RGB (Red+Green+Blue) = 137+20+85=242 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.61% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 137 - color contains mainly: red. Hex color #891455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891455 is #76EBAA. Grayscale: #3E3E3E. Windows color (decimal): -7793579 or 5575817. OLE color: 5575817.

HSL color Cylindrical-coordinate representation of color #891455: hue angle of 326.67º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891455 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 20 85 -
CMYK 0 0.85 0.38 0.46
HSL 326.67º 0.75% 0.31% -
HSV(B) 326.67º 0.85% 0.54% -
XYZ 12.21 6.47 9.2 -
YUV 62.39 140.76 181.21 -
System Red Green Blue C M Y K H S L
Decimal 137 20 85 0 0.85 0.38 0.46 326.67 0.75 0.31
Hex 89 14 55 0 55 26 2E 147 4B 1F
Octal 211 24 125 0 125 46 56 507 113 37
Binary 10001001 10100 1010101 0 1010101 100110 101110 101000111 1001011 11111

Color Harmonies of #891455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891455

Black with #891455

Text Example


Text Example

White with #891455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891455; }

 p { color: rgb(137,20,85); }

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

background-color css

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

 a { background-color: rgb(137,20,85); }

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

border-color css

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

 span { border-color: rgb(137,20,85); }

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