#7C3336

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

Shades of Paprika #7C3336

Tints of Paprika #7C3336

Color information

#7C3336 (or 0x7C3336) is unknown color: approx Paprika. HEX triplet: 7C, 33 and 36. RGB value is (124,51,54). Sum of RGB (Red+Green+Blue) = 124+51+54=229 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.15% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3336 is #83CCC9. Grayscale: #494949. Windows color (decimal): -8637642 or 3552124. OLE color: 3552124.

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

Color convert

RGB1245154-
CMYK00.590.560.51
HSL357.53º41.71%34.31%-
HSV(B)357.53º58.87%48.63%-
XYZ10.166.924.29-
YUV73.17117.18164.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 54.15%
GREEN value IS 51 (20.31% from 255) = 22.27%
BLUE value IS 54 (21.48% from 255) = 23.58%
R=54.15%
G=22.27%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124515400.590.560.51357.5341.7134.31
Hex7C333603B38331662a22
Octal174636607370635465242
Binary11111001100111101100111011111000110011101100110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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