Html Css Color HEX #893060 Rose Bud Cherry

📋 copy color: '#893060'

red 137 ◦ green 48 ◦ blue 96

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

Shades of Rose Bud Cherry #893060

Tints of Rose Bud Cherry #893060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.08%

 BLUE value IS 96 (37.89% from 255) = 34.16%

R = 48.75%
G = 17.08%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#893060 (or 0x893060) is known color: Rose Bud Cherry. HEX triplet: 89, 30 and 60. RGB value is (137,48,96). Sum of RGB (Red+Green+Blue) = 137+48+96=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #893060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893060 is #76CF9F. Grayscale: #4F4F4F. Windows color (decimal): -7786400 or 6303881. OLE color: 6303881.

HSL color Cylindrical-coordinate representation of color #893060: hue angle of 327.64º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #893060 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 48 96 -
CMYK 0 0.65 0.30 0.46
HSL 327.64º 0.48% 0.36% -
HSV(B) 327.64º 0.65% 0.54% -
XYZ 13.48 8.28 11.95 -
YUV 80.08 136.99 168.6 -
System Red Green Blue C M Y K H S L
Decimal 137 48 96 0 0.65 0.30 0.46 327.64 0.48 0.36
Hex 89 30 60 0 41 1E 2E 148 30 24
Octal 211 60 140 0 101 36 56 510 60 44
Binary 10001001 110000 1100000 0 1000001 11110 101110 101001000 110000 100100

Color Harmonies of #893060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893060

Black with #893060

Text Example


Text Example

White with #893060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893060; }

 p { color: rgb(137,48,96); }

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

background-color css

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

 a { background-color: rgb(137,48,96); }

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

border-color css

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

 span { border-color: rgb(137,48,96); }

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