Html Css Color HEX #89375B Rose Bud Cherry

📋 copy color: '#89375B'

red 137 ◦ green 55 ◦ blue 91

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

Shades of Rose Bud Cherry #89375B

Tints of Rose Bud Cherry #89375B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.43%

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

R = 48.41%
G = 19.43%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#89375B (or 0x89375B) is known color: Rose Bud Cherry. HEX triplet: 89, 37 and 5B. RGB value is (137,55,91). Sum of RGB (Red+Green+Blue) = 137+55+91=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 137 - color contains mainly: red. Hex color #89375B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89375B is #76C8A4. Grayscale: #535353. Windows color (decimal): -7784613 or 5977993. OLE color: 5977993.

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

Color convert

RGB 137 55 91 -
CMYK 0 0.60 0.34 0.46
HSL 333.66º 0.43% 0.38% -
HSV(B) 333.66º 0.6% 0.54% -
XYZ 13.57 8.81 10.88 -
YUV 83.62 132.17 166.07 -
System Red Green Blue C M Y K H S L
Decimal 137 55 91 0 0.60 0.34 0.46 333.66 0.43 0.38
Hex 89 37 5B 0 3C 22 2E 14E 2B 26
Octal 211 67 133 0 74 42 56 516 53 46
Binary 10001001 110111 1011011 0 111100 100010 101110 101001110 101011 100110

Color Harmonies of #89375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89375B

Black with #89375B

Text Example


Text Example

White with #89375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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