#7C253C

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

Shades of Paprika #7C253C

Tints of Paprika #7C253C

Color information

#7C253C (or 0x7C253C) is unknown color: approx Paprika. HEX triplet: 7C, 25 and 3C. RGB value is (124,37,60). Sum of RGB (Red+Green+Blue) = 124+37+60=221 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.11% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 124 - color contains mainly: red. Hex color #7C253C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C253C is #83DAC3. Grayscale: #414141. Windows color (decimal): -8641220 or 3941756. OLE color: 3941756.

HSL color Cylindrical-coordinate representation of color #7C253C: hue angle of 344.14º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7C253C is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB1243760-
CMYK00.700.520.51
HSL344.14º54.04%31.57%-
HSV(B)344.14º70.16%48.63%-
XYZ9.795.934.9-
YUV65.64124.82169.63-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 56.11%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 60 (23.83% from 255) = 27.15%
R=56.11%
G=16.74%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124376000.700.520.51344.1454.0431.57
Hex7C253C04634331583620
Octal1744574010664635306640
Binary111110010010111110001000110110100110011101011000110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C253C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,37,60); }

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

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

 a { background-color: rgb(124,37,60); }

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

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

 span { border-color: rgb(124,37,60); }

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