#79131F

Color #79131F Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #79131F

Tints of Red Berry #79131F

Color information

#79131F (or 0x79131F) is unknown color: approx Red Berry. HEX triplet: 79, 13 and 1F. RGB value is (121,19,31). Sum of RGB (Red+Green+Blue) = 121+19+31=171 (22% of max value = 765). Red value is 121 (47.66% from 255 or 70.76% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 121 - color contains mainly: red. Hex color #79131F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79131F is #86ECE0. Grayscale: #323232. Windows color (decimal): -8842465 or 2036601. OLE color: 2036601.

HSL color Cylindrical-coordinate representation of color #79131F: hue angle of 352.94º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #79131F is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1211931-
CMYK00.840.740.53
HSL352.94º72.86%27.45%-
HSV(B)352.94º84.3%47.45%-
XYZ8.374.631.75-
YUV50.87116.79178.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 70.76%
GREEN value IS 19 (7.81% from 255) = 11.11%
BLUE value IS 31 (12.5% from 255) = 18.13%
R=70.76%
G=11.11%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121193100.840.740.53352.9472.8627.45
Hex79131F0544A35161491b
Octal171233701241126554111133
Binary11110011001111111010101001001010110101101100001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79131F; }

 p { color: rgb(121,19,31); }

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

<style>
 a { background-color: #79131F; }

 a { background-color: rgb(121,19,31); }

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

<style>
 span { border-color: #79131F; }

 span { border-color: rgb(121,19,31); }

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