Html Css Color HEX #89265F Rose Bud Cherry

📋 copy color: '#89265F'

red 137 ◦ green 38 ◦ blue 95

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

Shades of Rose Bud Cherry #89265F

Tints of Rose Bud Cherry #89265F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.07%

 BLUE value IS 95 (37.5% from 255) = 35.19%

R = 50.74%
G = 14.07%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#89265F (or 0x89265F) is known color: Rose Bud Cherry. HEX triplet: 89, 26 and 5F. RGB value is (137,38,95). Sum of RGB (Red+Green+Blue) = 137+38+95=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #89265F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89265F is #76D9A0. Grayscale: #494949. Windows color (decimal): -7788961 or 6235785. OLE color: 6235785.

HSL color Cylindrical-coordinate representation of color #89265F: hue angle of 325.45º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #89265F is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 38 95 -
CMYK 0 0.72 0.31 0.46
HSL 325.45º 0.57% 0.34% -
HSV(B) 325.45º 0.72% 0.54% -
XYZ 13.08 7.53 11.59 -
YUV 74.1 139.8 172.87 -
System Red Green Blue C M Y K H S L
Decimal 137 38 95 0 0.72 0.31 0.46 325.45 0.57 0.34
Hex 89 26 5F 0 48 1F 2E 145 39 22
Octal 211 46 137 0 110 37 56 505 71 42
Binary 10001001 100110 1011111 0 1001000 11111 101110 101000101 111001 100010

Color Harmonies of #89265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89265F

Black with #89265F

Text Example


Text Example

White with #89265F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89265F; }

 p { color: rgb(137,38,95); }

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

background-color css

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

 a { background-color: rgb(137,38,95); }

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

border-color css

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

 span { border-color: rgb(137,38,95); }

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