#7F2B38

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

Shades of Paprika #7F2B38

Tints of Paprika #7F2B38

Color information

#7F2B38 (or 0x7F2B38) is unknown color: approx Paprika. HEX triplet: 7F, 2B and 38. RGB value is (127,43,56). Sum of RGB (Red+Green+Blue) = 127+43+56=226 (29% of max value = 765). Red value is 127 (50% from 255 or 56.19% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2B38 is #80D4C7. Grayscale: #454545. Windows color (decimal): -8443080 or 3681151. OLE color: 3681151.

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

Color convert

RGB1274356-
CMYK00.660.560.50
HSL350.71º49.41%33.33%-
HSV(B)350.71º66.14%49.8%-
XYZ10.336.534.46-
YUV69.6120.33168.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 56.19%
GREEN value IS 43 (17.19% from 255) = 19.03%
BLUE value IS 56 (22.27% from 255) = 24.78%
R=56.19%
G=19.03%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127435600.660.560.50350.7149.4133.33
Hex7F2B38042383215f3121
Octal1775370010270625376141
Binary111111110101111100001000010111000110010101011111110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,43,56); }

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

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

 a { background-color: rgb(127,43,56); }

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

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

 span { border-color: rgb(127,43,56); }

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