#7C283D

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

Shades of Paprika #7C283D

Tints of Paprika #7C283D

Color information

#7C283D (or 0x7C283D) is unknown color: approx Paprika. HEX triplet: 7C, 28 and 3D. RGB value is (124,40,61). Sum of RGB (Red+Green+Blue) = 124+40+61=225 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.11% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 124 - color contains mainly: red. Hex color #7C283D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C283D is #83D7C2. Grayscale: #434343. Windows color (decimal): -8640451 or 4008060. OLE color: 4008060.

HSL color Cylindrical-coordinate representation of color #7C283D: hue angle of 345º degrees, saturation: 0.51, 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 #7C283D is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB1244061-
CMYK00.680.510.51
HSL345º51.22%32.16%-
HSV(B)345º67.74%48.63%-
XYZ9.916.145.08-
YUV67.51124.33168.29-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 55.11%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 61 (24.22% from 255) = 27.11%
R=55.11%
G=17.78%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124406100.680.510.5134551.2232.16
Hex7C283D04433331593320
Octal1745075010463635316340
Binary111110010100011110101000100110011110011101011001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C283D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,40,61); }

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

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

 a { background-color: rgb(124,40,61); }

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

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

 span { border-color: rgb(124,40,61); }

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