#7A161B

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

Shades of Red Berry #7A161B

Tints of Red Berry #7A161B

Color information

#7A161B (or 0x7A161B) is unknown color: approx Red Berry. HEX triplet: 7A, 16 and 1B. RGB value is (122,22,27). Sum of RGB (Red+Green+Blue) = 122+22+27=171 (22% of max value = 765). Red value is 122 (48.05% from 255 or 71.35% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 122 - color contains mainly: red. Hex color #7A161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A161B is #85E9E4. Grayscale: #343434. Windows color (decimal): -8776165 or 1775226. OLE color: 1775226.

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

Color convert

RGB1222227-
CMYK00.820.780.52
HSL357º69.44%28.24%-
HSV(B)357º81.97%47.84%-
XYZ8.514.791.51-
YUV52.47113.63177.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 71.35%
GREEN value IS 22 (8.98% from 255) = 12.87%
BLUE value IS 27 (10.94% from 255) = 15.79%
R=71.35%
G=12.87%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122222700.820.780.5235769.4428.24
Hex7A161B0524E34165451c
Octal172263301221166454510534
Binary11110101011011011010100101001110110100101100101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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