#7F283A

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

Shades of Paprika #7F283A

Tints of Paprika #7F283A

Color information

#7F283A (or 0x7F283A) is unknown color: approx Paprika. HEX triplet: 7F, 28 and 3A. RGB value is (127,40,58). Sum of RGB (Red+Green+Blue) = 127+40+58=225 (29% of max value = 765). Red value is 127 (50% from 255 or 56.44% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 127 - color contains mainly: red. Hex color #7F283A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F283A is #80D7C5. Grayscale: #444444. Windows color (decimal): -8443846 or 3811455. OLE color: 3811455.

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

Color convert

RGB1274058-
CMYK00.690.540.50
HSL347.59º52.1%32.75%-
HSV(B)347.59º68.5%49.8%-
XYZ10.276.344.68-
YUV68.06122.32170.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 56.44%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 58 (23.05% from 255) = 25.78%
R=56.44%
G=17.78%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127405800.690.540.50347.5952.132.75
Hex7F283A045363215c3421
Octal1775072010566625346441
Binary111111110100011101001000101110110110010101011100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F283A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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