Html Css Color HEX #89325C Rose Bud Cherry

📋 copy color: '#89325C'

red 137 ◦ green 50 ◦ blue 92

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

Shades of Rose Bud Cherry #89325C

Tints of Rose Bud Cherry #89325C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.97%

R = 49.1%
G = 17.92%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#89325C (or 0x89325C) is known color: Rose Bud Cherry. HEX triplet: 89, 32 and 5C. RGB value is (137,50,92). Sum of RGB (Red+Green+Blue) = 137+50+92=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #89325C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89325C is #76CDA3. Grayscale: #505050. Windows color (decimal): -7785892 or 6042249. OLE color: 6042249.

HSL color Cylindrical-coordinate representation of color #89325C: hue angle of 331.03º 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 #89325C is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 50 92 -
CMYK 0 0.64 0.33 0.46
HSL 331.03º 0.47% 0.37% -
HSV(B) 331.03º 0.64% 0.54% -
XYZ 13.39 8.37 11.04 -
YUV 80.8 134.32 168.08 -
System Red Green Blue C M Y K H S L
Decimal 137 50 92 0 0.64 0.33 0.46 331.03 0.47 0.37
Hex 89 32 5C 0 40 21 2E 14B 2F 25
Octal 211 62 134 0 100 41 56 513 57 45
Binary 10001001 110010 1011100 0 1000000 100001 101110 101001011 101111 100101

Color Harmonies of #89325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89325C

Black with #89325C

Text Example


Text Example

White with #89325C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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