#7F273C

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

Shades of Paprika #7F273C

Tints of Paprika #7F273C

Color information

#7F273C (or 0x7F273C) is unknown color: approx Paprika. HEX triplet: 7F, 27 and 3C. RGB value is (127,39,60). Sum of RGB (Red+Green+Blue) = 127+39+60=226 (29% of max value = 765). Red value is 127 (50% from 255 or 56.19% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 127 - color contains mainly: red. Hex color #7F273C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F273C is #80D8C3. Grayscale: #434343. Windows color (decimal): -8444100 or 3942271. OLE color: 3942271.

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

Color convert

RGB1273960-
CMYK00.690.530.50
HSL345.68º53.01%32.55%-
HSV(B)345.68º69.29%49.8%-
XYZ10.296.294.95-
YUV67.71123.65170.29-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 56.19%
GREEN value IS 39 (15.62% from 255) = 17.26%
BLUE value IS 60 (23.83% from 255) = 26.55%
R=56.19%
G=17.26%
B=26.55%

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
Decimal127396000.690.530.50345.6853.0132.55
Hex7F273C045353215a3521
Octal1774774010565625326541
Binary111111110011111110001000101110101110010101011010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F273C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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