Html Css Color HEX #89345E Rose Bud Cherry

📋 copy color: '#89345E'

red 137 ◦ green 52 ◦ blue 94

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

Shades of Rose Bud Cherry #89345E

Tints of Rose Bud Cherry #89345E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.37%

 BLUE value IS 94 (37.11% from 255) = 33.22%

R = 48.41%
G = 18.37%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#89345E (or 0x89345E) is known color: Rose Bud Cherry. HEX triplet: 89, 34 and 5E. RGB value is (137,52,94). Sum of RGB (Red+Green+Blue) = 137+52+94=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 137 - color contains mainly: red. Hex color #89345E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89345E is #76CBA1. Grayscale: #525252. Windows color (decimal): -7785378 or 6173833. OLE color: 6173833.

HSL color Cylindrical-coordinate representation of color #89345E: hue angle of 330.35º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #89345E is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 52 94 -
CMYK 0 0.62 0.31 0.46
HSL 330.35º 0.45% 0.37% -
HSV(B) 330.35º 0.62% 0.54% -
XYZ 13.56 8.58 11.53 -
YUV 82.2 134.66 167.08 -
System Red Green Blue C M Y K H S L
Decimal 137 52 94 0 0.62 0.31 0.46 330.35 0.45 0.37
Hex 89 34 5E 0 3E 1F 2E 14A 2D 25
Octal 211 64 136 0 76 37 56 512 55 45
Binary 10001001 110100 1011110 0 111110 11111 101110 101001010 101101 100101

Color Harmonies of #89345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89345E

Black with #89345E

Text Example


Text Example

White with #89345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89345E; }

 p { color: rgb(137,52,94); }

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

background-color css

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

 a { background-color: rgb(137,52,94); }

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

border-color css

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

 span { border-color: rgb(137,52,94); }

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