#7C3435

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

Shades of Paprika #7C3435

Tints of Paprika #7C3435

Color information

#7C3435 (or 0x7C3435) is unknown color: approx Paprika. HEX triplet: 7C, 34 and 35. RGB value is (124,52,53). Sum of RGB (Red+Green+Blue) = 124+52+53=229 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.15% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3435 is #83CBCA. Grayscale: #494949. Windows color (decimal): -8637387 or 3486844. OLE color: 3486844.

HSL color Cylindrical-coordinate representation of color #7C3435: hue angle of 359.17º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C3435 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.51.

Color convert

RGB1245253-
CMYK00.580.570.51
HSL359.17º40.91%34.51%-
HSV(B)359.17º58.06%48.63%-
XYZ10.1874.18-
YUV73.64116.35163.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 54.15%
GREEN value IS 52 (20.70% from 255) = 22.71%
BLUE value IS 53 (21.09% from 255) = 23.14%
R=54.15%
G=22.71%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124525300.580.570.51359.1740.9134.51
Hex7C343503A39331672923
Octal174646507271635475143
Binary11111001101001101010111010111001110011101100111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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