#79181C

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

Shades of Red Berry #79181C

Tints of Red Berry #79181C

Color information

#79181C (or 0x79181C) is unknown color: approx Red Berry. HEX triplet: 79, 18 and 1C. RGB value is (121,24,28). Sum of RGB (Red+Green+Blue) = 121+24+28=173 (22% of max value = 765). Red value is 121 (47.66% from 255 or 69.94% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 121 - color contains mainly: red. Hex color #79181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79181C is #86E7E3. Grayscale: #353535. Windows color (decimal): -8841188 or 1841273. OLE color: 1841273.

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

Color convert

RGB1212428-
CMYK00.800.770.53
HSL357.53º66.9%28.43%-
HSV(B)357.53º80.17%47.45%-
XYZ8.424.81.58-
YUV53.46113.64176.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 69.94%
GREEN value IS 24 (9.77% from 255) = 13.87%
BLUE value IS 28 (11.33% from 255) = 16.18%
R=69.94%
G=13.87%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121242800.800.770.53357.5366.928.43
Hex79181C0504D35166431c
Octal171303401201156554610334
Binary11110011100011100010100001001101110101101100110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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