Html Css Color HEX #892950 Rose Bud Cherry

📋 copy color: '#892950'

red 137 ◦ green 41 ◦ blue 80

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

Shades of Rose Bud Cherry #892950

Tints of Rose Bud Cherry #892950

RGB

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

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

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

R = 53.1%
G = 15.89%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#892950 (or 0x892950) is known color: Rose Bud Cherry. HEX triplet: 89, 29 and 50. RGB value is (137,41,80). Sum of RGB (Red+Green+Blue) = 137+41+80=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #892950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892950 is #76D6AF. Grayscale: #4A4A4A. Windows color (decimal): -7788208 or 5253513. OLE color: 5253513.

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

Color convert

RGB 137 41 80 -
CMYK 0 0.70 0.42 0.46
HSL 335.63º 0.54% 0.35% -
HSV(B) 335.63º 0.7% 0.54% -
XYZ 12.56 7.48 8.37 -
YUV 74.15 131.3 172.83 -
System Red Green Blue C M Y K H S L
Decimal 137 41 80 0 0.70 0.42 0.46 335.63 0.54 0.35
Hex 89 29 50 0 46 2A 2E 150 36 23
Octal 211 51 120 0 106 52 56 520 66 43
Binary 10001001 101001 1010000 0 1000110 101010 101110 101010000 110110 100011

Color Harmonies of #892950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892950

Black with #892950

Text Example


Text Example

White with #892950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892950; }

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

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

background-color css

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

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

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

border-color css

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

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

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