#792D3F

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

Shades of Paprika #792D3F

Tints of Paprika #792D3F

Color information

#792D3F (or 0x792D3F) is unknown color: approx Paprika. HEX triplet: 79, 2D and 3F. RGB value is (121,45,63). Sum of RGB (Red+Green+Blue) = 121+45+63=229 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.84% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 121 - color contains mainly: red. Hex color #792D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792D3F is #86D2C0. Grayscale: #454545. Windows color (decimal): -8835777 or 4140409. OLE color: 4140409.

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

Color convert

RGB1214563-
CMYK00.630.480.53
HSL345.79º45.78%32.55%-
HSV(B)345.79º62.81%47.45%-
XYZ9.726.35.41-
YUV69.78124.18164.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.84%
GREEN value IS 45 (17.97% from 255) = 19.65%
BLUE value IS 63 (25% from 255) = 27.51%
R=52.84%
G=19.65%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121456300.630.480.53345.7945.7832.55
Hex792D3F03F303515a2e21
Octal171557707760655325641
Binary11110011011011111110111111110000110101101011010101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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