#7F2839

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

Shades of Paprika #7F2839

Tints of Paprika #7F2839

Color information

#7F2839 (or 0x7F2839) is unknown color: approx Paprika. HEX triplet: 7F, 28 and 39. RGB value is (127,40,57). Sum of RGB (Red+Green+Blue) = 127+40+57=224 (29% of max value = 765). Red value is 127 (50% from 255 or 56.70% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2839 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2839 is #80D7C6. Grayscale: #434343. Windows color (decimal): -8443847 or 3745919. OLE color: 3745919.

HSL color Cylindrical-coordinate representation of color #7F2839: hue angle of 348.28º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F2839 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB1274057-
CMYK00.690.550.50
HSL348.28º52.1%32.75%-
HSV(B)348.28º68.5%49.8%-
XYZ10.256.334.55-
YUV67.95121.82170.12-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 56.70%
GREEN value IS 40 (16.02% from 255) = 17.86%
BLUE value IS 57 (22.66% from 255) = 25.45%
R=56.70%
G=17.86%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127405700.690.550.50348.2852.132.75
Hex7F2839045373215c3421
Octal1775071010567625346441
Binary111111110100011100101000101110111110010101011100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F2839; }

 p { color: rgb(127,40,57); }

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

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

 a { background-color: rgb(127,40,57); }

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

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

 span { border-color: rgb(127,40,57); }

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