#7D2835

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

Shades of Paprika #7D2835

Tints of Paprika #7D2835

Color information

#7D2835 (or 0x7D2835) is unknown color: approx Paprika. HEX triplet: 7D, 28 and 35. RGB value is (125,40,53). Sum of RGB (Red+Green+Blue) = 125+40+53=218 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.34% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2835 is #82D7CA. Grayscale: #424242. Windows color (decimal): -8574923 or 3483773. OLE color: 3483773.

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

Color convert

RGB1254053-
CMYK00.680.580.51
HSL350.82º51.52%32.35%-
HSV(B)350.82º68%49.02%-
XYZ9.866.134.03-
YUV66.9120.16169.44-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 57.34%
GREEN value IS 40 (16.02% from 255) = 18.35%
BLUE value IS 53 (21.09% from 255) = 24.31%
R=57.34%
G=18.35%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125405300.680.580.51350.8251.5232.35
Hex7D28350443A3315f3420
Octal1755065010472635376440
Binary111110110100011010101000100111010110011101011111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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