Html Css Color HEX #892660 Rose Bud Cherry

📋 copy color: '#892660'

red 137 ◦ green 38 ◦ blue 96

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

Shades of Rose Bud Cherry #892660

Tints of Rose Bud Cherry #892660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 35.42%

R = 50.55%
G = 14.02%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#892660 (or 0x892660) is known color: Rose Bud Cherry. HEX triplet: 89, 26 and 60. RGB value is (137,38,96). Sum of RGB (Red+Green+Blue) = 137+38+96=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #892660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892660 is #76D99F. Grayscale: #4A4A4A. Windows color (decimal): -7788960 or 6301321. OLE color: 6301321.

HSL color Cylindrical-coordinate representation of color #892660: hue angle of 324.85º 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 #892660 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 38 96 -
CMYK 0 0.72 0.30 0.46
HSL 324.85º 0.57% 0.34% -
HSV(B) 324.85º 0.72% 0.54% -
XYZ 13.12 7.55 11.83 -
YUV 74.21 140.3 172.78 -
System Red Green Blue C M Y K H S L
Decimal 137 38 96 0 0.72 0.30 0.46 324.85 0.57 0.34
Hex 89 26 60 0 48 1E 2E 145 39 22
Octal 211 46 140 0 110 36 56 505 71 42
Binary 10001001 100110 1100000 0 1001000 11110 101110 101000101 111001 100010

Color Harmonies of #892660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892660

Black with #892660

Text Example


Text Example

White with #892660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892660; }

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

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

background-color css

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

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

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

border-color css

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

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

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