#79181E

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

Shades of Red Berry #79181E

Tints of Red Berry #79181E

Color information

#79181E (or 0x79181E) is unknown color: approx Red Berry. HEX triplet: 79, 18 and 1E. RGB value is (121,24,30). Sum of RGB (Red+Green+Blue) = 121+24+30=175 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.14% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 121 - color contains mainly: red. Hex color #79181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79181E is #86E7E1. Grayscale: #353535. Windows color (decimal): -8841186 or 1972345. OLE color: 1972345.

HSL color Cylindrical-coordinate representation of color #79181E: hue angle of 356.29º 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 #79181E is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1212430-
CMYK00.800.750.53
HSL356.29º66.9%28.43%-
HSV(B)356.29º80.17%47.45%-
XYZ8.454.811.71-
YUV53.69114.64176.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 69.14%
GREEN value IS 24 (9.77% from 255) = 13.71%
BLUE value IS 30 (12.11% from 255) = 17.14%
R=69.14%
G=13.71%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121243000.800.750.53356.2966.928.43
Hex79181E0504B35164431c
Octal171303601201136554410334
Binary11110011100011110010100001001011110101101100100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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