Html Css Color HEX #89325D Rose Bud Cherry

📋 copy color: '#89325D'

red 137 ◦ green 50 ◦ blue 93

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

Shades of Rose Bud Cherry #89325D

Tints of Rose Bud Cherry #89325D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.86%

 BLUE value IS 93 (36.72% from 255) = 33.21%

R = 48.93%
G = 17.86%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#89325D (or 0x89325D) is known color: Rose Bud Cherry. HEX triplet: 89, 32 and 5D. RGB value is (137,50,93). Sum of RGB (Red+Green+Blue) = 137+50+93=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 137 - color contains mainly: red. Hex color #89325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89325D is #76CDA2. Grayscale: #505050. Windows color (decimal): -7785891 or 6107785. OLE color: 6107785.

HSL color Cylindrical-coordinate representation of color #89325D: hue angle of 330.34º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #89325D is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 50 93 -
CMYK 0 0.64 0.32 0.46
HSL 330.34º 0.47% 0.37% -
HSV(B) 330.34º 0.64% 0.54% -
XYZ 13.43 8.39 11.27 -
YUV 80.92 134.82 168 -
System Red Green Blue C M Y K H S L
Decimal 137 50 93 0 0.64 0.32 0.46 330.34 0.47 0.37
Hex 89 32 5D 0 40 20 2E 14A 2F 25
Octal 211 62 135 0 100 40 56 512 57 45
Binary 10001001 110010 1011101 0 1000000 100000 101110 101001010 101111 100101

Color Harmonies of #89325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89325D

Black with #89325D

Text Example


Text Example

White with #89325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89325D; }

 p { color: rgb(137,50,93); }

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

background-color css

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

 a { background-color: rgb(137,50,93); }

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

border-color css

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

 span { border-color: rgb(137,50,93); }

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