#79142C

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

Shades of Red Berry #79142C

Tints of Red Berry #79142C

Color information

#79142C (or 0x79142C) is unknown color: approx Red Berry. HEX triplet: 79, 14 and 2C. RGB value is (121,20,44). Sum of RGB (Red+Green+Blue) = 121+20+44=185 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.41% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 121 - color contains mainly: red. Hex color #79142C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79142C is #86EBD3. Grayscale: #343434. Windows color (decimal): -8842196 or 2888825. OLE color: 2888825.

HSL color Cylindrical-coordinate representation of color #79142C: hue angle of 345.74º degrees, saturation: 0.72, 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 #79142C is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB1212044-
CMYK00.830.640.53
HSL345.74º71.63%27.65%-
HSV(B)345.74º83.47%47.45%-
XYZ8.594.752.85-
YUV52.93122.96176.55-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 65.41%
GREEN value IS 20 (8.20% from 255) = 10.81%
BLUE value IS 44 (17.58% from 255) = 23.78%
R=65.41%
G=10.81%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121204400.830.640.53345.7471.6327.65
Hex79142C053403515a481c
Octal171245401231006553211034
Binary111100110100101100010100111000000110101101011010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,20,44); }

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

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

 a { background-color: rgb(121,20,44); }

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

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

 span { border-color: rgb(121,20,44); }

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