#79182C

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

Shades of Red Berry #79182C

Tints of Red Berry #79182C

Color information

#79182C (or 0x79182C) is unknown color: approx Red Berry. HEX triplet: 79, 18 and 2C. RGB value is (121,24,44). Sum of RGB (Red+Green+Blue) = 121+24+44=189 (25% of max value = 765). Red value is 121 (47.66% from 255 or 64.02% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 121 - color contains mainly: red. Hex color #79182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79182C is #86E7D3. Grayscale: #373737. Windows color (decimal): -8841172 or 2889849. OLE color: 2889849.

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

Color convert

RGB1212444-
CMYK00.800.640.53
HSL347.63º66.9%28.43%-
HSV(B)347.63º80.17%47.45%-
XYZ8.674.92.87-
YUV55.28121.64174.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 64.02%
GREEN value IS 24 (9.77% from 255) = 12.70%
BLUE value IS 44 (17.58% from 255) = 23.28%
R=64.02%
G=12.70%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121244400.800.640.53347.6366.928.43
Hex79182C050403515c431c
Octal171305401201006553410334
Binary111100111000101100010100001000000110101101011100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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