#7D2F36

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

Shades of Paprika #7D2F36

Tints of Paprika #7D2F36

Color information

#7D2F36 (or 0x7D2F36) is unknown color: approx Paprika. HEX triplet: 7D, 2F and 36. RGB value is (125,47,54). Sum of RGB (Red+Green+Blue) = 125+47+54=226 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.31% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2F36 is #82D0C9. Grayscale: #474747. Windows color (decimal): -8573130 or 3551101. OLE color: 3551101.

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

Color convert

RGB1254754-
CMYK00.620.570.51
HSL354.62º45.35%33.73%-
HSV(B)354.62º62.4%49.02%-
XYZ10.146.664.24-
YUV71.12118.34166.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 55.31%
GREEN value IS 47 (18.75% from 255) = 20.80%
BLUE value IS 54 (21.48% from 255) = 23.89%
R=55.31%
G=20.80%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125475400.620.570.51354.6245.3533.73
Hex7D2F3603E39331632d22
Octal175576607671635435542
Binary11111011011111101100111110111001110011101100011101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,47,54); }

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

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

 a { background-color: rgb(125,47,54); }

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

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

 span { border-color: rgb(125,47,54); }

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