#791011

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

Shades of Red Berry #791011

Tints of Red Berry #791011

Color information

#791011 (or 0x791011) is unknown color: approx Red Berry. HEX triplet: 79, 10 and 11. RGB value is (121,16,17). Sum of RGB (Red+Green+Blue) = 121+16+17=154 (20% of max value = 765). Red value is 121 (47.66% from 255 or 78.57% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 121 - color contains mainly: red. Hex color #791011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791011 is #86EFEE. Grayscale: #2F2F2F. Windows color (decimal): -8843247 or 1118329. OLE color: 1118329.

HSL color Cylindrical-coordinate representation of color #791011: hue angle of 359.43º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #791011 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB1211617-
CMYK00.870.860.53
HSL359.43º76.64%26.86%-
HSV(B)359.43º86.78%47.45%-
XYZ8.174.480.96-
YUV47.51110.79180.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 78.57%
GREEN value IS 16 (6.64% from 255) = 10.39%
BLUE value IS 17 (7.03% from 255) = 11.04%
R=78.57%
G=10.39%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121161700.870.860.53359.4376.6426.86
Hex79101105756351674d1b
Octal171202101271266554711533
Binary11110011000010001010101111010110110101101100111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791011; }

 p { color: rgb(121,16,17); }

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

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

 a { background-color: rgb(121,16,17); }

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

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

 span { border-color: rgb(121,16,17); }

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