Html Css Color HEX #893966 Rose Bud Cherry

📋 copy color: '#893966'

red 137 ◦ green 57 ◦ blue 102

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

Shades of Rose Bud Cherry #893966

Tints of Rose Bud Cherry #893966

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.26%

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

R = 46.28%
G = 19.26%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#893966 (or 0x893966) is known color: Rose Bud Cherry. HEX triplet: 89, 39 and 66. RGB value is (137,57,102). Sum of RGB (Red+Green+Blue) = 137+57+102=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 137 - color contains mainly: red. Hex color #893966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893966 is #76C699. Grayscale: #555555. Windows color (decimal): -7784090 or 6699401. OLE color: 6699401.

HSL color Cylindrical-coordinate representation of color #893966: hue angle of 326.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #893966 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 57 102 -
CMYK 0 0.58 0.26 0.46
HSL 326.25º 0.41% 0.38% -
HSV(B) 326.25º 0.58% 0.54% -
XYZ 14.18 9.2 13.6 -
YUV 86.05 137 164.34 -
System Red Green Blue C M Y K H S L
Decimal 137 57 102 0 0.58 0.26 0.46 326.25 0.41 0.38
Hex 89 39 66 0 3A 1A 2E 146 29 26
Octal 211 71 146 0 72 32 56 506 51 46
Binary 10001001 111001 1100110 0 111010 11010 101110 101000110 101001 100110

Color Harmonies of #893966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893966

Black with #893966

Text Example


Text Example

White with #893966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893966; }

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

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

background-color css

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

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

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

border-color css

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

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

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