Html Css Color HEX #89185D Rose Bud Cherry

📋 copy color: '#89185D'

red 137 ◦ green 24 ◦ blue 93

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

Shades of Rose Bud Cherry #89185D

Tints of Rose Bud Cherry #89185D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.45%

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

R = 53.94%
G = 9.45%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#89185D (or 0x89185D) is known color: Rose Bud Cherry. HEX triplet: 89, 18 and 5D. RGB value is (137,24,93). Sum of RGB (Red+Green+Blue) = 137+24+93=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #89185D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89185D is #76E7A2. Grayscale: #414141. Windows color (decimal): -7792547 or 6101129. OLE color: 6101129.

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

Color convert

RGB 137 24 93 -
CMYK 0 0.82 0.32 0.46
HSL 323.36º 0.7% 0.32% -
HSV(B) 323.36º 0.82% 0.54% -
XYZ 12.62 6.76 11 -
YUV 65.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 137 24 93 0 0.82 0.32 0.46 323.36 0.7 0.32
Hex 89 18 5D 0 52 20 2E 143 46 20
Octal 211 30 135 0 122 40 56 503 106 40
Binary 10001001 11000 1011101 0 1010010 100000 101110 101000011 1000110 100000

Color Harmonies of #89185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89185D

Black with #89185D

Text Example


Text Example

White with #89185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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