Html Css Color HEX #89385D Rose Bud Cherry

📋 copy color: '#89385D'

red 137 ◦ green 56 ◦ blue 93

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

Shades of Rose Bud Cherry #89385D

Tints of Rose Bud Cherry #89385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.58%

 BLUE value IS 93 (36.72% from 255) = 32.52%

R = 47.9%
G = 19.58%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#89385D (or 0x89385D) is known color: Rose Bud Cherry. HEX triplet: 89, 38 and 5D. RGB value is (137,56,93). Sum of RGB (Red+Green+Blue) = 137+56+93=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 137 - color contains mainly: red. Hex color #89385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89385D is #76C7A2. Grayscale: #545454. Windows color (decimal): -7784355 or 6109321. OLE color: 6109321.

HSL color Cylindrical-coordinate representation of color #89385D: hue angle of 332.59º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #89385D is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 56 93 -
CMYK 0 0.59 0.32 0.46
HSL 332.59º 0.42% 0.38% -
HSV(B) 332.59º 0.59% 0.54% -
XYZ 13.71 8.94 11.36 -
YUV 84.44 132.84 165.49 -
System Red Green Blue C M Y K H S L
Decimal 137 56 93 0 0.59 0.32 0.46 332.59 0.42 0.38
Hex 89 38 5D 0 3B 20 2E 14D 2A 26
Octal 211 70 135 0 73 40 56 515 52 46
Binary 10001001 111000 1011101 0 111011 100000 101110 101001101 101010 100110

Color Harmonies of #89385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89385D

Black with #89385D

Text Example


Text Example

White with #89385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89385D; }

 p { color: rgb(137,56,93); }

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

background-color css

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

 a { background-color: rgb(137,56,93); }

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

border-color css

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

 span { border-color: rgb(137,56,93); }

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