Html Css Color HEX #892965 Rose Bud Cherry

📋 copy color: '#892965'

red 137 ◦ green 41 ◦ blue 101

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

Shades of Rose Bud Cherry #892965

Tints of Rose Bud Cherry #892965

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.7%

 BLUE value IS 101 (39.84% from 255) = 36.2%

R = 49.1%
G = 14.7%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#892965 (or 0x892965) is known color: Rose Bud Cherry. HEX triplet: 89, 29 and 65. RGB value is (137,41,101). Sum of RGB (Red+Green+Blue) = 137+41+101=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #892965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892965 is #76D69A. Grayscale: #4C4C4C. Windows color (decimal): -7788187 or 6629769. OLE color: 6629769.

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

Color convert

RGB 137 41 101 -
CMYK 0 0.70 0.26 0.46
HSL 322.5º 0.54% 0.35% -
HSV(B) 322.5º 0.7% 0.54% -
XYZ 13.46 7.84 13.12 -
YUV 76.54 141.8 171.12 -
System Red Green Blue C M Y K H S L
Decimal 137 41 101 0 0.70 0.26 0.46 322.5 0.54 0.35
Hex 89 29 65 0 46 1A 2E 142 36 23
Octal 211 51 145 0 106 32 56 502 66 43
Binary 10001001 101001 1100101 0 1000110 11010 101110 101000010 110110 100011

Color Harmonies of #892965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892965

Black with #892965

Text Example


Text Example

White with #892965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892965; }

 p { color: rgb(137,41,101); }

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

background-color css

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

 a { background-color: rgb(137,41,101); }

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

border-color css

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

 span { border-color: rgb(137,41,101); }

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