Html Css Color HEX #893355 Rose Bud Cherry

📋 copy color: '#893355'

red 137 ◦ green 51 ◦ blue 85

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

Shades of Rose Bud Cherry #893355

Tints of Rose Bud Cherry #893355

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.68%

 BLUE value IS 85 (33.59% from 255) = 31.14%

R = 50.18%
G = 18.68%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#893355 (or 0x893355) is known color: Rose Bud Cherry. HEX triplet: 89, 33 and 55. RGB value is (137,51,85). Sum of RGB (Red+Green+Blue) = 137+51+85=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #893355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893355 is #76CCAA. Grayscale: #505050. Windows color (decimal): -7785643 or 5583753. OLE color: 5583753.

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

Color convert

RGB 137 51 85 -
CMYK 0 0.63 0.38 0.46
HSL 336.28º 0.46% 0.37% -
HSV(B) 336.28º 0.63% 0.54% -
XYZ 13.14 8.34 9.51 -
YUV 80.59 130.49 168.24 -
System Red Green Blue C M Y K H S L
Decimal 137 51 85 0 0.63 0.38 0.46 336.28 0.46 0.37
Hex 89 33 55 0 3F 26 2E 150 2E 25
Octal 211 63 125 0 77 46 56 520 56 45
Binary 10001001 110011 1010101 0 111111 100110 101110 101010000 101110 100101

Color Harmonies of #893355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893355

Black with #893355

Text Example


Text Example

White with #893355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893355; }

 p { color: rgb(137,51,85); }

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

background-color css

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

 a { background-color: rgb(137,51,85); }

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

border-color css

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

 span { border-color: rgb(137,51,85); }

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