#7D353D

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

Shades of Paprika #7D353D

Tints of Paprika #7D353D

Color information

#7D353D (or 0x7D353D) is unknown color: approx Paprika. HEX triplet: 7D, 35 and 3D. RGB value is (125,53,61). Sum of RGB (Red+Green+Blue) = 125+53+61=239 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.30% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 125 - color contains mainly: red. Hex color #7D353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D353D is #82CAC2. Grayscale: #4B4B4B. Windows color (decimal): -8571587 or 4011389. OLE color: 4011389.

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

Color convert

RGB1255361-
CMYK00.580.510.51
HSL353.33º40.45%34.9%-
HSV(B)353.33º57.6%49.02%-
XYZ10.577.245.26-
YUV75.44119.85163.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.30%
GREEN value IS 53 (21.09% from 255) = 22.18%
BLUE value IS 61 (24.22% from 255) = 25.52%
R=52.30%
G=22.18%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125536100.580.510.51353.3340.4534.9
Hex7D353D03A33331612823
Octal175657507263635415043
Binary11111011101011111010111010110011110011101100001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,53,61); }

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

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

 a { background-color: rgb(125,53,61); }

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

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

 span { border-color: rgb(125,53,61); }

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