Html Css Color HEX #892860 Rose Bud Cherry

📋 copy color: '#892860'

red 137 ◦ green 40 ◦ blue 96

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

Shades of Rose Bud Cherry #892860

Tints of Rose Bud Cherry #892860

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.65%

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

R = 50.18%
G = 14.65%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#892860 (or 0x892860) is known color: Rose Bud Cherry. HEX triplet: 89, 28 and 60. RGB value is (137,40,96). Sum of RGB (Red+Green+Blue) = 137+40+96=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #892860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892860 is #76D79F. Grayscale: #4B4B4B. Windows color (decimal): -7788448 or 6301833. OLE color: 6301833.

HSL color Cylindrical-coordinate representation of color #892860: hue angle of 325.36º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #892860 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 40 96 -
CMYK 0 0.71 0.30 0.46
HSL 325.36º 0.55% 0.35% -
HSV(B) 325.36º 0.71% 0.54% -
XYZ 13.19 7.68 11.85 -
YUV 75.39 139.64 171.95 -
System Red Green Blue C M Y K H S L
Decimal 137 40 96 0 0.71 0.30 0.46 325.36 0.55 0.35
Hex 89 28 60 0 47 1E 2E 145 37 23
Octal 211 50 140 0 107 36 56 505 67 43
Binary 10001001 101000 1100000 0 1000111 11110 101110 101000101 110111 100011

Color Harmonies of #892860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892860

Black with #892860

Text Example


Text Example

White with #892860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892860; }

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

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

background-color css

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

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

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

border-color css

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

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

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