#791415

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

Shades of Red Berry #791415

Tints of Red Berry #791415

Color information

#791415 (or 0x791415) is unknown color: approx Red Berry. HEX triplet: 79, 14 and 15. RGB value is (121,20,21). Sum of RGB (Red+Green+Blue) = 121+20+21=162 (21% of max value = 765). Red value is 121 (47.66% from 255 or 74.69% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 121 - color contains mainly: red. Hex color #791415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791415 is #86EBEA. Grayscale: #323232. Windows color (decimal): -8842219 or 1381497. OLE color: 1381497.

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

Color convert

RGB1212021-
CMYK00.830.830.53
HSL359.41º71.63%27.65%-
HSV(B)359.41º83.47%47.45%-
XYZ8.274.621.17-
YUV50.31111.46178.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 74.69%
GREEN value IS 20 (8.20% from 255) = 12.35%
BLUE value IS 21 (8.59% from 255) = 12.96%
R=74.69%
G=12.35%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121202100.830.830.53359.4171.6327.65
Hex7914150535335167481c
Octal171242501231236554711034
Binary11110011010010101010100111010011110101101100111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791415; }

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

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

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

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

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

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

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

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