#7D2F35

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

Shades of Paprika #7D2F35

Tints of Paprika #7D2F35

Color information

#7D2F35 (or 0x7D2F35) is unknown color: approx Paprika. HEX triplet: 7D, 2F and 35. RGB value is (125,47,53). Sum of RGB (Red+Green+Blue) = 125+47+53=225 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.56% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2F35 is #82D0CA. Grayscale: #474747. Windows color (decimal): -8573131 or 3485565. OLE color: 3485565.

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

Color convert

RGB1254753-
CMYK00.620.580.51
HSL355.38º45.35%33.73%-
HSV(B)355.38º62.4%49.02%-
XYZ10.126.654.12-
YUV71.01117.84166.51-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 55.56%
GREEN value IS 47 (18.75% from 255) = 20.89%
BLUE value IS 53 (21.09% from 255) = 23.56%
R=55.56%
G=20.89%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125475300.620.580.51355.3845.3533.73
Hex7D2F3503E3A331632d22
Octal175576507672635435542
Binary11111011011111101010111110111010110011101100011101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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