#7D3134

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

Shades of Paprika #7D3134

Tints of Paprika #7D3134

Color information

#7D3134 (or 0x7D3134) is unknown color: approx Paprika. HEX triplet: 7D, 31 and 34. RGB value is (125,49,52). Sum of RGB (Red+Green+Blue) = 125+49+52=226 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.31% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3134 is #82CECB. Grayscale: #484848. Windows color (decimal): -8572620 or 3420541. OLE color: 3420541.

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

Color convert

RGB1254952-
CMYK00.610.580.51
HSL357.63º43.68%34.12%-
HSV(B)357.63º60.8%49.02%-
XYZ10.186.84.03-
YUV72.07116.68165.76-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 55.31%
GREEN value IS 49 (19.53% from 255) = 21.68%
BLUE value IS 52 (20.70% from 255) = 23.01%
R=55.31%
G=21.68%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125495200.610.580.51357.6343.6834.12
Hex7D313403D3A331662c22
Octal175616407572635465442
Binary11111011100011101000111101111010110011101100110101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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