#7C2D3A

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

Shades of Paprika #7C2D3A

Tints of Paprika #7C2D3A

Color information

#7C2D3A (or 0x7C2D3A) is unknown color: approx Paprika. HEX triplet: 7C, 2D and 3A. RGB value is (124,45,58). Sum of RGB (Red+Green+Blue) = 124+45+58=227 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.63% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2D3A is #83D2C5. Grayscale: #464646. Windows color (decimal): -8639174 or 3812732. OLE color: 3812732.

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

Color convert

RGB1244558-
CMYK00.640.530.51
HSL350.13º46.75%33.14%-
HSV(B)350.13º63.71%48.63%-
XYZ10.016.474.72-
YUV70.1121.17166.44-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 54.63%
GREEN value IS 45 (17.97% from 255) = 19.82%
BLUE value IS 58 (23.05% from 255) = 25.55%
R=54.63%
G=19.82%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124455800.640.530.51350.1346.7533.14
Hex7C2D3A040353315e2f21
Octal1745572010065635365741
Binary111110010110111101001000000110101110011101011110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,45,58); }

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

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

 a { background-color: rgb(124,45,58); }

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

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

 span { border-color: rgb(124,45,58); }

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