#7D343A

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

Shades of Paprika #7D343A

Tints of Paprika #7D343A

Color information

#7D343A (or 0x7D343A) is unknown color: approx Paprika. HEX triplet: 7D, 34 and 3A. RGB value is (125,52,58). Sum of RGB (Red+Green+Blue) = 125+52+58=235 (31% of max value = 765). Red value is 125 (49.22% from 255 or 53.19% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 125 - color contains mainly: red. Hex color #7D343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D343A is #82CBC5. Grayscale: #4A4A4A. Windows color (decimal): -8571846 or 3814525. OLE color: 3814525.

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

Color convert

RGB1255258-
CMYK00.580.540.51
HSL355.07º41.24%34.71%-
HSV(B)355.07º58.4%49.02%-
XYZ10.457.124.83-
YUV74.51118.68164.01-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 53.19%
GREEN value IS 52 (20.70% from 255) = 22.13%
BLUE value IS 58 (23.05% from 255) = 24.68%
R=53.19%
G=22.13%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125525800.580.540.51355.0741.2434.71
Hex7D343A03A36331632923
Octal175647207266635435143
Binary11111011101001110100111010110110110011101100011101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,52,58); }

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

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

 a { background-color: rgb(125,52,58); }

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

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

 span { border-color: rgb(125,52,58); }

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