#79132A

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

Shades of Red Berry #79132A

Tints of Red Berry #79132A

Color information

#79132A (or 0x79132A) is unknown color: approx Red Berry. HEX triplet: 79, 13 and 2A. RGB value is (121,19,42). Sum of RGB (Red+Green+Blue) = 121+19+42=182 (24% of max value = 765). Red value is 121 (47.66% from 255 or 66.48% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 121 - color contains mainly: red. Hex color #79132A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79132A is #86ECD5. Grayscale: #343434. Windows color (decimal): -8842454 or 2757497. OLE color: 2757497.

HSL color Cylindrical-coordinate representation of color #79132A: hue angle of 346.47º 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 #79132A is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1211942-
CMYK00.840.650.53
HSL346.47º72.86%27.45%-
HSV(B)346.47º84.3%47.45%-
XYZ8.544.72.65-
YUV52.12122.29177.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 66.48%
GREEN value IS 19 (7.81% from 255) = 10.44%
BLUE value IS 42 (16.80% from 255) = 23.08%
R=66.48%
G=10.44%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121194200.840.650.53346.4772.8627.45
Hex79132A054413515a491b
Octal171235201241016553211133
Binary111100110011101010010101001000001110101101011010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79132A; }

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

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

<style>
 a { background-color: #79132A; }

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

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

<style>
 span { border-color: #79132A; }

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

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