#7A1516

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

Shades of Red Berry #7A1516

Tints of Red Berry #7A1516

Color information

#7A1516 (or 0x7A1516) is unknown color: approx Red Berry. HEX triplet: 7A, 15 and 16. RGB value is (122,21,22). Sum of RGB (Red+Green+Blue) = 122+21+22=165 (21% of max value = 765). Red value is 122 (48.05% from 255 or 73.94% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 22 (8.98% from 255 or 13.33% from 165); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1516 is #85EAE9. Grayscale: #333333. Windows color (decimal): -8776426 or 1447290. OLE color: 1447290.

HSL color Cylindrical-coordinate representation of color #7A1516: hue angle of 359.41º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A1516 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.52.

Color convert

RGB1222122-
CMYK00.830.820.52
HSL359.41º70.63%28.04%-
HSV(B)359.41º82.79%47.84%-
XYZ8.444.731.23-
YUV51.31111.46178.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 73.94%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 22 (8.98% from 255) = 13.33%
R=73.94%
G=12.73%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.82
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122212200.830.820.52359.4170.6328.04
Hex7A15160535234167471c
Octal172252601231226454710734
Binary11110101010110110010100111010010110100101100111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,21,22); }

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

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

 a { background-color: rgb(122,21,22); }

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

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

 span { border-color: rgb(122,21,22); }

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