Html Css Color HEX #89275C Rose Bud Cherry

📋 copy color: '#89275C'

red 137 ◦ green 39 ◦ blue 92

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

Shades of Rose Bud Cherry #89275C

Tints of Rose Bud Cherry #89275C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.55%

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

R = 51.12%
G = 14.55%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#89275C (or 0x89275C) is known color: Rose Bud Cherry. HEX triplet: 89, 27 and 5C. RGB value is (137,39,92). Sum of RGB (Red+Green+Blue) = 137+39+92=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #89275C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89275C is #76D8A3. Grayscale: #4A4A4A. Windows color (decimal): -7788708 or 6039433. OLE color: 6039433.

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

Color convert

RGB 137 39 92 -
CMYK 0 0.72 0.33 0.46
HSL 327.55º 0.56% 0.35% -
HSV(B) 327.55º 0.72% 0.54% -
XYZ 12.97 7.54 10.9 -
YUV 74.34 137.97 172.69 -
System Red Green Blue C M Y K H S L
Decimal 137 39 92 0 0.72 0.33 0.46 327.55 0.56 0.35
Hex 89 27 5C 0 48 21 2E 148 38 23
Octal 211 47 134 0 110 41 56 510 70 43
Binary 10001001 100111 1011100 0 1001000 100001 101110 101001000 111000 100011

Color Harmonies of #89275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89275C

Black with #89275C

Text Example


Text Example

White with #89275C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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