Html Css Color HEX #892650 Rose Bud Cherry

📋 copy color: '#892650'

red 137 ◦ green 38 ◦ blue 80

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

Shades of Rose Bud Cherry #892650

Tints of Rose Bud Cherry #892650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.37%

R = 53.73%
G = 14.9%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#892650 (or 0x892650) is known color: Rose Bud Cherry. HEX triplet: 89, 26 and 50. RGB value is (137,38,80). Sum of RGB (Red+Green+Blue) = 137+38+80=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #892650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892650 is #76D9AF. Grayscale: #484848. Windows color (decimal): -7788976 or 5252745. OLE color: 5252745.

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

Color convert

RGB 137 38 80 -
CMYK 0 0.72 0.42 0.46
HSL 334.55º 0.57% 0.34% -
HSV(B) 334.55º 0.72% 0.54% -
XYZ 12.46 7.28 8.34 -
YUV 72.39 132.3 174.08 -
System Red Green Blue C M Y K H S L
Decimal 137 38 80 0 0.72 0.42 0.46 334.55 0.57 0.34
Hex 89 26 50 0 48 2A 2E 14F 39 22
Octal 211 46 120 0 110 52 56 517 71 42
Binary 10001001 100110 1010000 0 1001000 101010 101110 101001111 111001 100010

Color Harmonies of #892650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892650

Black with #892650

Text Example


Text Example

White with #892650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892650; }

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

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

background-color css

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

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

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

border-color css

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

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

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