Html Css Color HEX #893168 Rose Bud Cherry

📋 copy color: '#893168'

red 137 ◦ green 49 ◦ blue 104

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

Shades of Rose Bud Cherry #893168

Tints of Rose Bud Cherry #893168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.86%

R = 47.24%
G = 16.9%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#893168 (or 0x893168) is known color: Rose Bud Cherry. HEX triplet: 89, 31 and 68. RGB value is (137,49,104). Sum of RGB (Red+Green+Blue) = 137+49+104=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 137 - color contains mainly: red. Hex color #893168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893168 is #76CE97. Grayscale: #515151. Windows color (decimal): -7786136 or 6828425. OLE color: 6828425.

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

Color convert

RGB 137 49 104 -
CMYK 0 0.64 0.24 0.46
HSL 322.5º 0.47% 0.36% -
HSV(B) 322.5º 0.64% 0.54% -
XYZ 13.91 8.51 14.01 -
YUV 81.58 140.65 167.53 -
System Red Green Blue C M Y K H S L
Decimal 137 49 104 0 0.64 0.24 0.46 322.5 0.47 0.36
Hex 89 31 68 0 40 18 2E 142 2F 24
Octal 211 61 150 0 100 30 56 502 57 44
Binary 10001001 110001 1101000 0 1000000 11000 101110 101000010 101111 100100

Color Harmonies of #893168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893168

Black with #893168

Text Example


Text Example

White with #893168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893168; }

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

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

background-color css

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

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

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

border-color css

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

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

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