#7A2838

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

Shades of Paprika #7A2838

Tints of Paprika #7A2838

Color information

#7A2838 (or 0x7A2838) is unknown color: approx Paprika. HEX triplet: 7A, 28 and 38. RGB value is (122,40,56). Sum of RGB (Red+Green+Blue) = 122+40+56=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2838 is #85D7C7. Grayscale: #424242. Windows color (decimal): -8771528 or 3680378. OLE color: 3680378.

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

Color convert

RGB1224056-
CMYK00.670.540.52
HSL348.29º50.62%31.76%-
HSV(B)348.29º67.21%47.84%-
XYZ9.55.944.39-
YUV66.34122.17167.7-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 55.96%
GREEN value IS 40 (16.02% from 255) = 18.35%
BLUE value IS 56 (22.27% from 255) = 25.69%
R=55.96%
G=18.35%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122405600.670.540.52348.2950.6231.76
Hex7A2838043363415c3320
Octal1725070010366645346340
Binary111101010100011100001000011110110110100101011100110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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