Html Css Color HEX #89215C Rose Bud Cherry

📋 copy color: '#89215C'

red 137 ◦ green 33 ◦ blue 92

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

Shades of Rose Bud Cherry #89215C

Tints of Rose Bud Cherry #89215C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.6%

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

R = 52.29%
G = 12.6%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#89215C (or 0x89215C) is known color: Rose Bud Cherry. HEX triplet: 89, 21 and 5C. RGB value is (137,33,92). Sum of RGB (Red+Green+Blue) = 137+33+92=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #89215C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89215C is #76DEA3. Grayscale: #464646. Windows color (decimal): -7790244 or 6037897. OLE color: 6037897.

HSL color Cylindrical-coordinate representation of color #89215C: hue angle of 325.96º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #89215C is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 33 92 -
CMYK 0 0.76 0.33 0.46
HSL 325.96º 0.61% 0.33% -
HSV(B) 325.96º 0.76% 0.54% -
XYZ 12.79 7.18 10.84 -
YUV 70.82 139.96 175.2 -
System Red Green Blue C M Y K H S L
Decimal 137 33 92 0 0.76 0.33 0.46 325.96 0.61 0.33
Hex 89 21 5C 0 4C 21 2E 146 3D 21
Octal 211 41 134 0 114 41 56 506 75 41
Binary 10001001 100001 1011100 0 1001100 100001 101110 101000110 111101 100001

Color Harmonies of #89215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89215C

Black with #89215C

Text Example


Text Example

White with #89215C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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