#7A2B38

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

Shades of Paprika #7A2B38

Tints of Paprika #7A2B38

Color information

#7A2B38 (or 0x7A2B38) is unknown color: approx Paprika. HEX triplet: 7A, 2B and 38. RGB value is (122,43,56). Sum of RGB (Red+Green+Blue) = 122+43+56=221 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.20% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2B38 is #85D4C7. Grayscale: #444444. Windows color (decimal): -8770760 or 3681146. OLE color: 3681146.

HSL color Cylindrical-coordinate representation of color #7A2B38: hue angle of 350.13º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A2B38 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.52.

Color convert

RGB1224356-
CMYK00.650.540.52
HSL350.13º47.88%32.35%-
HSV(B)350.13º64.75%47.84%-
XYZ9.66.154.42-
YUV68.1121.17166.44-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 55.20%
GREEN value IS 43 (17.19% from 255) = 19.46%
BLUE value IS 56 (22.27% from 255) = 25.34%
R=55.20%
G=19.46%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122435600.650.540.52350.1347.8832.35
Hex7A2B38041363415e3020
Octal1725370010166645366040
Binary111101010101111100001000001110110110100101011110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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