Html Css Color HEX #89235C Rose Bud Cherry

📋 copy color: '#89235C'

red 137 ◦ green 35 ◦ blue 92

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

Shades of Rose Bud Cherry #89235C

Tints of Rose Bud Cherry #89235C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.26%

 BLUE value IS 92 (36.33% from 255) = 34.85%

R = 51.89%
G = 13.26%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#89235C (or 0x89235C) is known color: Rose Bud Cherry. HEX triplet: 89, 23 and 5C. RGB value is (137,35,92). Sum of RGB (Red+Green+Blue) = 137+35+92=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #89235C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89235C is #76DCA3. Grayscale: #474747. Windows color (decimal): -7789732 or 6038409. OLE color: 6038409.

HSL color Cylindrical-coordinate representation of color #89235C: hue angle of 326.47º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #89235C is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 35 92 -
CMYK 0 0.74 0.33 0.46
HSL 326.47º 0.59% 0.34% -
HSV(B) 326.47º 0.74% 0.54% -
XYZ 12.85 7.29 10.86 -
YUV 72 139.29 174.37 -
System Red Green Blue C M Y K H S L
Decimal 137 35 92 0 0.74 0.33 0.46 326.47 0.59 0.34
Hex 89 23 5C 0 4A 21 2E 146 3B 22
Octal 211 43 134 0 112 41 56 506 73 42
Binary 10001001 100011 1011100 0 1001010 100001 101110 101000110 111011 100010

Color Harmonies of #89235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89235C

Black with #89235C

Text Example


Text Example

White with #89235C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89235C; }

 p { color: rgb(137,35,92); }

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

background-color css

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

 a { background-color: rgb(137,35,92); }

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

border-color css

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

 span { border-color: rgb(137,35,92); }

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