#7D3441

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

Shades of Paprika #7D3441

Tints of Paprika #7D3441

Color information

#7D3441 (or 0x7D3441) is unknown color: approx Paprika. HEX triplet: 7D, 34 and 41. RGB value is (125,52,65). Sum of RGB (Red+Green+Blue) = 125+52+65=242 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.65% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3441 is #82CBBE. Grayscale: #4B4B4B. Windows color (decimal): -8571839 or 4273277. OLE color: 4273277.

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

Color convert

RGB1255265-
CMYK00.580.480.51
HSL349.32º41.24%34.71%-
HSV(B)349.32º58.4%49.02%-
XYZ10.647.25.83-
YUV75.31122.18163.44-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 51.65%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 65 (25.78% from 255) = 26.86%
R=51.65%
G=21.49%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125526500.580.480.51349.3241.2434.71
Hex7D344103A303315d2923
Octal1756410107260635355143
Binary111110111010010000010111010110000110011101011101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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