#79151C

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

Shades of Red Berry #79151C

Tints of Red Berry #79151C

Color information

#79151C (or 0x79151C) is unknown color: approx Red Berry. HEX triplet: 79, 15 and 1C. RGB value is (121,21,28). Sum of RGB (Red+Green+Blue) = 121+21+28=170 (22% of max value = 765). Red value is 121 (47.66% from 255 or 71.18% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 121 - color contains mainly: red. Hex color #79151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79151C is #86EAE3. Grayscale: #333333. Windows color (decimal): -8841956 or 1840505. OLE color: 1840505.

HSL color Cylindrical-coordinate representation of color #79151C: hue angle of 355.8º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #79151C is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB1212128-
CMYK00.830.770.53
HSL355.8º70.42%27.84%-
HSV(B)355.8º82.64%47.45%-
XYZ8.364.691.56-
YUV51.7114.63177.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 71.18%
GREEN value IS 21 (8.59% from 255) = 12.35%
BLUE value IS 28 (11.33% from 255) = 16.47%
R=71.18%
G=12.35%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121212800.830.770.53355.870.4227.84
Hex79151C0534D35164461c
Octal171253401231156554410634
Binary11110011010111100010100111001101110101101100100100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79151C; }

 p { color: rgb(121,21,28); }

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

<style>
 a { background-color: #79151C; }

 a { background-color: rgb(121,21,28); }

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

<style>
 span { border-color: #79151C; }

 span { border-color: rgb(121,21,28); }

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