#7D2E39

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

Shades of Paprika #7D2E39

Tints of Paprika #7D2E39

Color information

#7D2E39 (or 0x7D2E39) is unknown color: approx Paprika. HEX triplet: 7D, 2E and 39. RGB value is (125,46,57). Sum of RGB (Red+Green+Blue) = 125+46+57=228 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.82% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2E39 is #82D1C6. Grayscale: #464646. Windows color (decimal): -8573383 or 3747453. OLE color: 3747453.

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

Color convert

RGB1254657-
CMYK00.630.540.51
HSL351.65º46.2%33.53%-
HSV(B)351.65º63.2%49.02%-
XYZ10.176.614.61-
YUV70.88120.17166.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 54.82%
GREEN value IS 46 (18.36% from 255) = 20.18%
BLUE value IS 57 (22.66% from 255) = 25%
R=54.82%
G=20.18%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125465700.630.540.51351.6546.233.53
Hex7D2E3903F36331602e22
Octal175567107766635405642
Binary11111011011101110010111111110110110011101100000101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,46,57); }

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

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

 a { background-color: rgb(125,46,57); }

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

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

 span { border-color: rgb(125,46,57); }

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