#7D353A

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

Shades of Paprika #7D353A

Tints of Paprika #7D353A

Color information

#7D353A (or 0x7D353A) is unknown color: approx Paprika. HEX triplet: 7D, 35 and 3A. RGB value is (125,53,58). Sum of RGB (Red+Green+Blue) = 125+53+58=236 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.97% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 125 - color contains mainly: red. Hex color #7D353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D353A is #82CAC5. Grayscale: #4B4B4B. Windows color (decimal): -8571590 or 3814781. OLE color: 3814781.

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

Color convert

RGB1255358-
CMYK00.580.540.51
HSL355.83º40.45%34.9%-
HSV(B)355.83º57.6%49.02%-
XYZ10.497.214.84-
YUV75.1118.35163.59-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.97%
GREEN value IS 53 (21.09% from 255) = 22.46%
BLUE value IS 58 (23.05% from 255) = 24.58%
R=52.97%
G=22.46%
B=24.58%

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
Decimal125535800.580.540.51355.8340.4534.9
Hex7D353A03A36331642823
Octal175657207266635445043
Binary11111011101011110100111010110110110011101100100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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