Html Css Color HEX #893961 Rose Bud Cherry

📋 copy color: '#893961'

red 137 ◦ green 57 ◦ blue 97

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

Shades of Rose Bud Cherry #893961

Tints of Rose Bud Cherry #893961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.33%

R = 47.08%
G = 19.59%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#893961 (or 0x893961) is known color: Rose Bud Cherry. HEX triplet: 89, 39 and 61. RGB value is (137,57,97). Sum of RGB (Red+Green+Blue) = 137+57+97=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 137 - color contains mainly: red. Hex color #893961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893961 is #76C69E. Grayscale: #555555. Windows color (decimal): -7784095 or 6371721. OLE color: 6371721.

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

Color convert

RGB 137 57 97 -
CMYK 0 0.58 0.29 0.46
HSL 330º 0.41% 0.38% -
HSV(B) 330º 0.58% 0.54% -
XYZ 13.94 9.11 12.33 -
YUV 85.48 134.5 164.75 -
System Red Green Blue C M Y K H S L
Decimal 137 57 97 0 0.58 0.29 0.46 330 0.41 0.38
Hex 89 39 61 0 3A 1D 2E 14A 29 26
Octal 211 71 141 0 72 35 56 512 51 46
Binary 10001001 111001 1100001 0 111010 11101 101110 101001010 101001 100110

Color Harmonies of #893961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893961

Black with #893961

Text Example


Text Example

White with #893961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893961; }

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

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

background-color css

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

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

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

border-color css

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

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

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