Html Css Color HEX #893066 Rose Bud Cherry

📋 copy color: '#893066'

red 137 ◦ green 48 ◦ blue 102

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

Shades of Rose Bud Cherry #893066

Tints of Rose Bud Cherry #893066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.54%

R = 47.74%
G = 16.72%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#893066 (or 0x893066) is known color: Rose Bud Cherry. HEX triplet: 89, 30 and 66. RGB value is (137,48,102). Sum of RGB (Red+Green+Blue) = 137+48+102=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #893066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893066 is #76CF99. Grayscale: #505050. Windows color (decimal): -7786394 or 6697097. OLE color: 6697097.

HSL color Cylindrical-coordinate representation of color #893066: hue angle of 323.6º 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 #893066 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 48 102 -
CMYK 0 0.65 0.26 0.46
HSL 323.6º 0.48% 0.36% -
HSV(B) 323.6º 0.65% 0.54% -
XYZ 13.77 8.39 13.46 -
YUV 80.77 139.99 168.11 -
System Red Green Blue C M Y K H S L
Decimal 137 48 102 0 0.65 0.26 0.46 323.6 0.48 0.36
Hex 89 30 66 0 41 1A 2E 144 30 24
Octal 211 60 146 0 101 32 56 504 60 44
Binary 10001001 110000 1100110 0 1000001 11010 101110 101000100 110000 100100

Color Harmonies of #893066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893066

Black with #893066

Text Example


Text Example

White with #893066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893066; }

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

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

background-color css

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

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

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

border-color css

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

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

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