#7C2F36

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

Shades of Paprika #7C2F36

Tints of Paprika #7C2F36

Color information

#7C2F36 (or 0x7C2F36) is unknown color: approx Paprika. HEX triplet: 7C, 2F and 36. RGB value is (124,47,54). Sum of RGB (Red+Green+Blue) = 124+47+54=225 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.11% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 54 (21.48% from 255 or 24% from 225); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2F36 is #83D0C9. Grayscale: #464646. Windows color (decimal): -8638666 or 3551100. OLE color: 3551100.

HSL color Cylindrical-coordinate representation of color #7C2F36: hue angle of 354.55º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C2F36 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB1244754-
CMYK00.620.560.51
HSL354.55º45.03%33.53%-
HSV(B)354.55º62.1%48.63%-
XYZ9.996.584.23-
YUV70.82118.51165.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 55.11%
GREEN value IS 47 (18.75% from 255) = 20.89%
BLUE value IS 54 (21.48% from 255) = 24%
R=55.11%
G=20.89%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124475400.620.560.51354.5545.0333.53
Hex7C2F3603E38331632d22
Octal174576607670635435542
Binary11111001011111101100111110111000110011101100011101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,47,54); }

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

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

 a { background-color: rgb(124,47,54); }

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

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

 span { border-color: rgb(124,47,54); }

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