#7D2A41

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

Shades of Paprika #7D2A41

Tints of Paprika #7D2A41

Color information

#7D2A41 (or 0x7D2A41) is unknown color: approx Paprika. HEX triplet: 7D, 2A and 41. RGB value is (125,42,65). Sum of RGB (Red+Green+Blue) = 125+42+65=232 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.88% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2A41 is #82D5BE. Grayscale: #454545. Windows color (decimal): -8574399 or 4270717. OLE color: 4270717.

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

Color convert

RGB1254265-
CMYK00.660.480.51
HSL343.37º49.7%32.75%-
HSV(B)343.37º66.4%49.02%-
XYZ10.246.45.7-
YUV69.44125.5167.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 53.88%
GREEN value IS 42 (16.80% from 255) = 18.10%
BLUE value IS 65 (25.78% from 255) = 28.02%
R=53.88%
G=18.10%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125426500.660.480.51343.3749.732.75
Hex7D2A4104230331573221
Octal17552101010260635276241
Binary1111101101010100000101000010110000110011101010111110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,42,65); }

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

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

 a { background-color: rgb(125,42,65); }

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

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

 span { border-color: rgb(125,42,65); }

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