Html Css Color HEX #893360 Rose Bud Cherry

📋 copy color: '#893360'

red 137 ◦ green 51 ◦ blue 96

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

Shades of Rose Bud Cherry #893360

Tints of Rose Bud Cherry #893360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 33.8%

R = 48.24%
G = 17.96%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#893360 (or 0x893360) is known color: Rose Bud Cherry. HEX triplet: 89, 33 and 60. RGB value is (137,51,96). Sum of RGB (Red+Green+Blue) = 137+51+96=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 137 - color contains mainly: red. Hex color #893360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893360 is #76CC9F. Grayscale: #515151. Windows color (decimal): -7785632 or 6304649. OLE color: 6304649.

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

Color convert

RGB 137 51 96 -
CMYK 0 0.63 0.30 0.46
HSL 328.6º 0.46% 0.37% -
HSV(B) 328.6º 0.63% 0.54% -
XYZ 13.61 8.53 12 -
YUV 81.84 135.99 167.34 -
System Red Green Blue C M Y K H S L
Decimal 137 51 96 0 0.63 0.30 0.46 328.6 0.46 0.37
Hex 89 33 60 0 3F 1E 2E 149 2E 25
Octal 211 63 140 0 77 36 56 511 56 45
Binary 10001001 110011 1100000 0 111111 11110 101110 101001001 101110 100101

Color Harmonies of #893360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893360

Black with #893360

Text Example


Text Example

White with #893360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893360; }

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

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

background-color css

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

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

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

border-color css

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

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

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