Html Css Color HEX #893154 Rose Bud Cherry

📋 copy color: '#893154'

red 137 ◦ green 49 ◦ blue 84

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

Shades of Rose Bud Cherry #893154

Tints of Rose Bud Cherry #893154

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.15%

 BLUE value IS 84 (33.2% from 255) = 31.11%

R = 50.74%
G = 18.15%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#893154 (or 0x893154) is known color: Rose Bud Cherry. HEX triplet: 89, 31 and 54. RGB value is (137,49,84). Sum of RGB (Red+Green+Blue) = 137+49+84=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #893154 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893154 is #76CEAB. Grayscale: #4F4F4F. Windows color (decimal): -7786156 or 5517705. OLE color: 5517705.

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

Color convert

RGB 137 49 84 -
CMYK 0 0.64 0.39 0.46
HSL 336.14º 0.47% 0.36% -
HSV(B) 336.14º 0.64% 0.54% -
XYZ 13.02 8.16 9.28 -
YUV 79.3 130.65 169.15 -
System Red Green Blue C M Y K H S L
Decimal 137 49 84 0 0.64 0.39 0.46 336.14 0.47 0.36
Hex 89 31 54 0 40 27 2E 150 2F 24
Octal 211 61 124 0 100 47 56 520 57 44
Binary 10001001 110001 1010100 0 1000000 100111 101110 101010000 101111 100100

Color Harmonies of #893154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893154

Black with #893154

Text Example


Text Example

White with #893154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893154; }

 p { color: rgb(137,49,84); }

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

background-color css

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

 a { background-color: rgb(137,49,84); }

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

border-color css

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

 span { border-color: rgb(137,49,84); }

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