#792B3F

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

Shades of Paprika #792B3F

Tints of Paprika #792B3F

Color information

#792B3F (or 0x792B3F) is unknown color: approx Paprika. HEX triplet: 79, 2B and 3F. RGB value is (121,43,63). Sum of RGB (Red+Green+Blue) = 121+43+63=227 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.30% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 121 - color contains mainly: red. Hex color #792B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792B3F is #86D4C0. Grayscale: #444444. Windows color (decimal): -8836289 or 4139897. OLE color: 4139897.

HSL color Cylindrical-coordinate representation of color #792B3F: hue angle of 344.62º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #792B3F is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1214363-
CMYK00.640.480.53
HSL344.62º47.56%32.16%-
HSV(B)344.62º64.46%47.45%-
XYZ9.656.155.38-
YUV68.6124.84165.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 53.30%
GREEN value IS 43 (17.19% from 255) = 18.94%
BLUE value IS 63 (25% from 255) = 27.75%
R=53.30%
G=18.94%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121436300.640.480.53344.6247.5632.16
Hex792B3F04030351593020
Octal1715377010060655316040
Binary111100110101111111101000000110000110101101011001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792B3F; }

 p { color: rgb(121,43,63); }

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

<style>
 a { background-color: #792B3F; }

 a { background-color: rgb(121,43,63); }

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

<style>
 span { border-color: #792B3F; }

 span { border-color: rgb(121,43,63); }

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