#7D253F

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

Shades of Paprika #7D253F

Tints of Paprika #7D253F

Color information

#7D253F (or 0x7D253F) is unknown color: approx Paprika. HEX triplet: 7D, 25 and 3F. RGB value is (125,37,63). Sum of RGB (Red+Green+Blue) = 125+37+63=225 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.56% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 125 - color contains mainly: red. Hex color #7D253F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D253F is #82DAC0. Grayscale: #424242. Windows color (decimal): -8575681 or 4138365. OLE color: 4138365.

HSL color Cylindrical-coordinate representation of color #7D253F: hue angle of 342.27º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D253F is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB1253763-
CMYK00.700.500.51
HSL342.27º54.32%31.76%-
HSV(B)342.27º70.4%49.02%-
XYZ10.026.045.34-
YUV66.28126.15169.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 55.56%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 63 (25% from 255) = 28%
R=55.56%
G=16.44%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125376300.700.500.51342.2754.3231.76
Hex7D253F04632331563620
Octal1754577010662635266640
Binary111110110010111111101000110110010110011101010110110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D253F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,37,63); }

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

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

 a { background-color: rgb(125,37,63); }

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

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

 span { border-color: rgb(125,37,63); }

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