#7C2D34

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

Shades of Paprika #7C2D34

Tints of Paprika #7C2D34

Color information

#7C2D34 (or 0x7C2D34) is unknown color: approx Paprika. HEX triplet: 7C, 2D and 34. RGB value is (124,45,52). Sum of RGB (Red+Green+Blue) = 124+45+52=221 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.11% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2D34 is #83D2CB. Grayscale: #454545. Windows color (decimal): -8639180 or 3419516. OLE color: 3419516.

HSL color Cylindrical-coordinate representation of color #7C2D34: hue angle of 354.68º 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 #7C2D34 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB1244552-
CMYK00.640.580.51
HSL354.68º46.75%33.14%-
HSV(B)354.68º63.71%48.63%-
XYZ9.876.413.97-
YUV69.42118.17166.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 56.11%
GREEN value IS 45 (17.97% from 255) = 20.36%
BLUE value IS 52 (20.70% from 255) = 23.53%
R=56.11%
G=20.36%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124455200.640.580.51354.6846.7533.14
Hex7C2D340403A331632f21
Octal1745564010072635435741
Binary111110010110111010001000000111010110011101100011101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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