Html Css Color HEX #893253 Rose Bud Cherry

📋 copy color: '#893253'

red 137 ◦ green 50 ◦ blue 83

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

Shades of Rose Bud Cherry #893253

Tints of Rose Bud Cherry #893253

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.52%

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

R = 50.74%
G = 18.52%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#893253 (or 0x893253) is known color: Rose Bud Cherry. HEX triplet: 89, 32 and 53. RGB value is (137,50,83). Sum of RGB (Red+Green+Blue) = 137+50+83=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #893253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893253 is #76CDAC. Grayscale: #4F4F4F. Windows color (decimal): -7785901 or 5452425. OLE color: 5452425.

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

Color convert

RGB 137 50 83 -
CMYK 0 0.64 0.39 0.46
HSL 337.24º 0.47% 0.37% -
HSV(B) 337.24º 0.64% 0.54% -
XYZ 13.02 8.22 9.08 -
YUV 79.78 129.82 168.82 -
System Red Green Blue C M Y K H S L
Decimal 137 50 83 0 0.64 0.39 0.46 337.24 0.47 0.37
Hex 89 32 53 0 40 27 2E 151 2F 25
Octal 211 62 123 0 100 47 56 521 57 45
Binary 10001001 110010 1010011 0 1000000 100111 101110 101010001 101111 100101

Color Harmonies of #893253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893253

Black with #893253

Text Example


Text Example

White with #893253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893253; }

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

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

background-color css

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

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

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

border-color css

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

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

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