Html Css Color HEX #89205D Rose Bud Cherry

📋 copy color: '#89205D'

red 137 ◦ green 32 ◦ blue 93

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

Shades of Rose Bud Cherry #89205D

Tints of Rose Bud Cherry #89205D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.21%

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

R = 52.29%
G = 12.21%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#89205D (or 0x89205D) is known color: Rose Bud Cherry. HEX triplet: 89, 20 and 5D. RGB value is (137,32,93). Sum of RGB (Red+Green+Blue) = 137+32+93=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #89205D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89205D is #76DFA2. Grayscale: #464646. Windows color (decimal): -7790499 or 6103177. OLE color: 6103177.

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

Color convert

RGB 137 32 93 -
CMYK 0 0.77 0.32 0.46
HSL 325.14º 0.62% 0.33% -
HSV(B) 325.14º 0.77% 0.54% -
XYZ 12.81 7.14 11.06 -
YUV 70.35 140.79 175.54 -
System Red Green Blue C M Y K H S L
Decimal 137 32 93 0 0.77 0.32 0.46 325.14 0.62 0.33
Hex 89 20 5D 0 4D 20 2E 145 3E 21
Octal 211 40 135 0 115 40 56 505 76 41
Binary 10001001 100000 1011101 0 1001101 100000 101110 101000101 111110 100001

Color Harmonies of #89205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89205D

Black with #89205D

Text Example


Text Example

White with #89205D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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