#7F283C

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

Shades of Paprika #7F283C

Tints of Paprika #7F283C

Color information

#7F283C (or 0x7F283C) is unknown color: approx Paprika. HEX triplet: 7F, 28 and 3C. RGB value is (127,40,60). Sum of RGB (Red+Green+Blue) = 127+40+60=227 (30% of max value = 765). Red value is 127 (50% from 255 or 55.95% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 127 - color contains mainly: red. Hex color #7F283C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F283C is #80D7C3. Grayscale: #444444. Windows color (decimal): -8443844 or 3942527. OLE color: 3942527.

HSL color Cylindrical-coordinate representation of color #7F283C: hue angle of 346.21º 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 #7F283C is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB1274060-
CMYK00.690.530.50
HSL346.21º52.1%32.75%-
HSV(B)346.21º68.5%49.8%-
XYZ10.336.364.96-
YUV68.29123.32169.87-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 55.95%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 60 (23.83% from 255) = 26.43%
R=55.95%
G=17.62%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127406000.690.530.50346.2152.132.75
Hex7F283C045353215a3421
Octal1775074010565625326441
Binary111111110100011110001000101110101110010101011010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F283C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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