#7A2835

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

Shades of Paprika #7A2835

Tints of Paprika #7A2835

Color information

#7A2835 (or 0x7A2835) is unknown color: approx Paprika. HEX triplet: 7A, 28 and 35. RGB value is (122,40,53). Sum of RGB (Red+Green+Blue) = 122+40+53=215 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.74% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2835 is #85D7CA. Grayscale: #424242. Windows color (decimal): -8771531 or 3483770. OLE color: 3483770.

HSL color Cylindrical-coordinate representation of color #7A2835: hue angle of 350.49º 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 #7A2835 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.52.

Color convert

RGB1224053-
CMYK00.670.570.52
HSL350.49º50.62%31.76%-
HSV(B)350.49º67.21%47.84%-
XYZ9.435.914.01-
YUV66120.67167.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 56.74%
GREEN value IS 40 (16.02% from 255) = 18.60%
BLUE value IS 53 (21.09% from 255) = 24.65%
R=56.74%
G=18.60%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122405300.670.570.52350.4950.6231.76
Hex7A2835043393415e3320
Octal1725065010371645366340
Binary111101010100011010101000011111001110100101011110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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