#892F41

Color #892F41 Paprika (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paprika #892F41

Tints of Paprika #892F41

Color information

#892F41 (or 0x892F41) is unknown color: approx Paprika. HEX triplet: 89, 2F and 41. RGB value is (137,47,65). Sum of RGB (Red+Green+Blue) = 137+47+65=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #892F41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892F41 is #76D0BE. Grayscale: #4B4B4B. Windows color (decimal): -7786687 or 4272009. OLE color: 4272009.

HSL color Cylindrical-coordinate representation of color #892F41: hue angle of 348º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #892F41 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB1374765-
CMYK00.660.530.46
HSL348º48.91%36.08%-
HSV(B)348º65.69%53.73%-
XYZ12.297.735.85-
YUV75.96121.82171.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.02%
GREEN value IS 47 (18.75% from 255) = 18.88%
BLUE value IS 65 (25.78% from 255) = 26.10%
R=55.02%
G=18.88%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137476500.660.530.4634848.9136.08
Hex892F41042352E15c3124
Octal21157101010265565346144
Binary10001001101111100000101000010110101101110101011100110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892F41; }

 p { color: rgb(137,47,65); }

 H1.HeaderClassName
 {
   color: #892F41;
 }
 .AnyTagClassName
 {
   color: #892F41;
 }
</style>
background-color css

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

 a { background-color: rgb(137,47,65); }

 div.DivClassName
 {
   background-color: #892F41;
 }
 .BgClassName
 {
   background-color: #892F41;
 }
</style>
border-color css

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

 span { border-color: rgb(137,47,65); }

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