#7A1112

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

Shades of Red Berry #7A1112

Tints of Red Berry #7A1112

Color information

#7A1112 (or 0x7A1112) is unknown color: approx Red Berry. HEX triplet: 7A, 11 and 12. RGB value is (122,17,18). Sum of RGB (Red+Green+Blue) = 122+17+18=157 (20% of max value = 765). Red value is 122 (48.05% from 255 or 77.71% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1112 is #85EEED. Grayscale: #303030. Windows color (decimal): -8777454 or 1184122. OLE color: 1184122.

HSL color Cylindrical-coordinate representation of color #7A1112: hue angle of 359.43º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A1112 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB1221718-
CMYK00.860.850.52
HSL359.43º75.54%27.25%-
HSV(B)359.43º86.07%47.84%-
XYZ8.344.581.02-
YUV48.51110.79180.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 77.71%
GREEN value IS 17 (7.03% from 255) = 10.83%
BLUE value IS 18 (7.42% from 255) = 11.46%
R=77.71%
G=10.83%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122171800.860.850.52359.4375.5427.25
Hex7A111205655341674c1b
Octal172212201261256454711433
Binary11110101000110010010101101010101110100101100111100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A1112; }

 p { color: rgb(122,17,18); }

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

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

 a { background-color: rgb(122,17,18); }

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

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

 span { border-color: rgb(122,17,18); }

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