Html Css Color HEX #891150 Rose Bud Cherry

📋 copy color: '#891150'

red 137 ◦ green 17 ◦ blue 80

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

Shades of Rose Bud Cherry #891150

Tints of Rose Bud Cherry #891150

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.26%

 BLUE value IS 80 (31.64% from 255) = 34.19%

R = 58.55%
G = 7.26%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#891150 (or 0x891150) is known color: Rose Bud Cherry. HEX triplet: 89, 11 and 50. RGB value is (137,17,80). Sum of RGB (Red+Green+Blue) = 137+17+80=234 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.55% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 137 - color contains mainly: red. Hex color #891150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891150 is #76EEAF. Grayscale: #3B3B3B. Windows color (decimal): -7794352 or 5247369. OLE color: 5247369.

HSL color Cylindrical-coordinate representation of color #891150: hue angle of 328.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #891150 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 17 80 -
CMYK 0 0.88 0.42 0.46
HSL 328.5º 0.78% 0.3% -
HSV(B) 328.5º 0.88% 0.54% -
XYZ 11.96 6.3 8.17 -
YUV 60.06 139.26 182.88 -
System Red Green Blue C M Y K H S L
Decimal 137 17 80 0 0.88 0.42 0.46 328.5 0.78 0.3
Hex 89 11 50 0 58 2A 2E 148 4E 1E
Octal 211 21 120 0 130 52 56 510 116 36
Binary 10001001 10001 1010000 0 1011000 101010 101110 101001000 1001110 11110

Color Harmonies of #891150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891150

Black with #891150

Text Example


Text Example

White with #891150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891150; }

 p { color: rgb(137,17,80); }

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

background-color css

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

 a { background-color: rgb(137,17,80); }

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

border-color css

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

 span { border-color: rgb(137,17,80); }

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