#791114

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

Shades of Red Berry #791114

Tints of Red Berry #791114

Color information

#791114 (or 0x791114) is unknown color: approx Red Berry. HEX triplet: 79, 11 and 14. RGB value is (121,17,20). Sum of RGB (Red+Green+Blue) = 121+17+20=158 (20% of max value = 765). Red value is 121 (47.66% from 255 or 76.58% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 121 - color contains mainly: red. Hex color #791114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791114 is #86EEEB. Grayscale: #303030. Windows color (decimal): -8842988 or 1315193. OLE color: 1315193.

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

Color convert

RGB1211720-
CMYK00.860.830.53
HSL358.27º75.36%27.06%-
HSV(B)358.27º85.95%47.45%-
XYZ8.214.521.1-
YUV48.44111.96179.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 76.58%
GREEN value IS 17 (7.03% from 255) = 10.76%
BLUE value IS 20 (8.20% from 255) = 12.66%
R=76.58%
G=10.76%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121172000.860.830.53358.2775.3627.06
Hex79111405653351664b1b
Octal171212401261236554611333
Binary11110011000110100010101101010011110101101100110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791114; }

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

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

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

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

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

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

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

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