Html Css Color HEX #893053 Rose Bud Cherry

📋 copy color: '#893053'

red 137 ◦ green 48 ◦ blue 83

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

Shades of Rose Bud Cherry #893053

Tints of Rose Bud Cherry #893053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.97%

R = 51.12%
G = 17.91%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#893053 (or 0x893053) is known color: Rose Bud Cherry. HEX triplet: 89, 30 and 53. RGB value is (137,48,83). Sum of RGB (Red+Green+Blue) = 137+48+83=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #893053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893053 is #76CFAC. Grayscale: #4E4E4E. Windows color (decimal): -7786413 or 5451913. OLE color: 5451913.

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

Color convert

RGB 137 48 83 -
CMYK 0 0.65 0.39 0.46
HSL 336.4º 0.48% 0.36% -
HSV(B) 336.4º 0.65% 0.54% -
XYZ 12.93 8.06 9.06 -
YUV 78.6 130.49 169.65 -
System Red Green Blue C M Y K H S L
Decimal 137 48 83 0 0.65 0.39 0.46 336.4 0.48 0.36
Hex 89 30 53 0 41 27 2E 150 30 24
Octal 211 60 123 0 101 47 56 520 60 44
Binary 10001001 110000 1010011 0 1000001 100111 101110 101010000 110000 100100

Color Harmonies of #893053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893053

Black with #893053

Text Example


Text Example

White with #893053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893053; }

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

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

background-color css

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

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

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

border-color css

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

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

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