Html Css Color HEX #893068 Rose Bud Cherry

📋 copy color: '#893068'

red 137 ◦ green 48 ◦ blue 104

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

Shades of Rose Bud Cherry #893068

Tints of Rose Bud Cherry #893068

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.61%

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

R = 47.4%
G = 16.61%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#893068 (or 0x893068) is known color: Rose Bud Cherry. HEX triplet: 89, 30 and 68. RGB value is (137,48,104). Sum of RGB (Red+Green+Blue) = 137+48+104=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #893068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893068 is #76CF97. Grayscale: #505050. Windows color (decimal): -7786392 or 6828169. OLE color: 6828169.

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

Color convert

RGB 137 48 104 -
CMYK 0 0.65 0.24 0.46
HSL 322.25º 0.48% 0.36% -
HSV(B) 322.25º 0.65% 0.54% -
XYZ 13.87 8.43 13.99 -
YUV 81 140.99 167.95 -
System Red Green Blue C M Y K H S L
Decimal 137 48 104 0 0.65 0.24 0.46 322.25 0.48 0.36
Hex 89 30 68 0 41 18 2E 142 30 24
Octal 211 60 150 0 101 30 56 502 60 44
Binary 10001001 110000 1101000 0 1000001 11000 101110 101000010 110000 100100

Color Harmonies of #893068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893068

Black with #893068

Text Example


Text Example

White with #893068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893068; }

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

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

background-color css

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

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

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

border-color css

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

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

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