Html Css Color HEX #89214F Rose Bud Cherry

📋 copy color: '#89214F'

red 137 ◦ green 33 ◦ blue 79

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

Shades of Rose Bud Cherry #89214F

Tints of Rose Bud Cherry #89214F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.25%

 BLUE value IS 79 (31.25% from 255) = 31.73%

R = 55.02%
G = 13.25%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#89214F (or 0x89214F) is known color: Rose Bud Cherry. HEX triplet: 89, 21 and 4F. RGB value is (137,33,79). Sum of RGB (Red+Green+Blue) = 137+33+79=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #89214F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89214F is #76DEB0. Grayscale: #454545. Windows color (decimal): -7790257 or 5185929. OLE color: 5185929.

HSL color Cylindrical-coordinate representation of color #89214F: hue angle of 333.46º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #89214F is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 33 79 -
CMYK 0 0.76 0.42 0.46
HSL 333.46º 0.61% 0.33% -
HSV(B) 333.46º 0.76% 0.54% -
XYZ 12.27 6.97 8.1 -
YUV 69.34 133.46 176.26 -
System Red Green Blue C M Y K H S L
Decimal 137 33 79 0 0.76 0.42 0.46 333.46 0.61 0.33
Hex 89 21 4F 0 4C 2A 2E 14D 3D 21
Octal 211 41 117 0 114 52 56 515 75 41
Binary 10001001 100001 1001111 0 1001100 101010 101110 101001101 111101 100001

Color Harmonies of #89214F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89214F

Black with #89214F

Text Example


Text Example

White with #89214F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89214F; }

 p { color: rgb(137,33,79); }

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

background-color css

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

 a { background-color: rgb(137,33,79); }

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

border-color css

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

 span { border-color: rgb(137,33,79); }

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