#7A293A

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

Shades of Paprika #7A293A

Tints of Paprika #7A293A

Color information

#7A293A (or 0x7A293A) is unknown color: approx Paprika. HEX triplet: 7A, 29 and 3A. RGB value is (122,41,58). Sum of RGB (Red+Green+Blue) = 122+41+58=221 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.20% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 122 - color contains mainly: red. Hex color #7A293A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A293A is #85D6C5. Grayscale: #434343. Windows color (decimal): -8771270 or 3811706. OLE color: 3811706.

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

Color convert

RGB1224158-
CMYK00.660.520.52
HSL347.41º49.69%31.96%-
HSV(B)347.41º66.39%47.84%-
XYZ9.586.034.66-
YUV67.16122.84167.12-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 55.20%
GREEN value IS 41 (16.41% from 255) = 18.55%
BLUE value IS 58 (23.05% from 255) = 26.24%
R=55.20%
G=18.55%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122415800.660.520.52347.4149.6931.96
Hex7A293A042343415b3220
Octal1725172010264645336240
Binary111101010100111101001000010110100110100101011011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,41,58); }

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

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

 a { background-color: rgb(122,41,58); }

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

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

 span { border-color: rgb(122,41,58); }

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