#79263A

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

Shades of Paprika #79263A

Tints of Paprika #79263A

Color information

#79263A (or 0x79263A) is unknown color: approx Paprika. HEX triplet: 79, 26 and 3A. RGB value is (121,38,58). Sum of RGB (Red+Green+Blue) = 121+38+58=217 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.76% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 121 - color contains mainly: red. Hex color #79263A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79263A is #86D9C5. Grayscale: #414141. Windows color (decimal): -8837574 or 3810937. OLE color: 3810937.

HSL color Cylindrical-coordinate representation of color #79263A: hue angle of 345.54º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #79263A is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB1213858-
CMYK00.690.520.53
HSL345.54º52.2%31.18%-
HSV(B)345.54º68.6%47.45%-
XYZ9.345.764.62-
YUV65.1124167.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55.76%
GREEN value IS 38 (15.23% from 255) = 17.51%
BLUE value IS 58 (23.05% from 255) = 26.73%
R=55.76%
G=17.51%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121385800.690.520.53345.5452.231.18
Hex79263A045343515a341f
Octal1714672010564655326437
Binary11110011001101110100100010111010011010110101101011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79263A; }

 p { color: rgb(121,38,58); }

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

<style>
 a { background-color: #79263A; }

 a { background-color: rgb(121,38,58); }

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

<style>
 span { border-color: #79263A; }

 span { border-color: rgb(121,38,58); }

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