#7A112A

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

Shades of Red Berry #7A112A

Tints of Red Berry #7A112A

Color information

#7A112A (or 0x7A112A) is unknown color: approx Red Berry. HEX triplet: 7A, 11 and 2A. RGB value is (122,17,42). Sum of RGB (Red+Green+Blue) = 122+17+42=181 (23% of max value = 765). Red value is 122 (48.05% from 255 or 67.40% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 122 - color contains mainly: red. Hex color #7A112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A112A is #85EED5. Grayscale: #333333. Windows color (decimal): -8777430 or 2756986. OLE color: 2756986.

HSL color Cylindrical-coordinate representation of color #7A112A: hue angle of 345.71º 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 #7A112A is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB1221742-
CMYK00.860.660.52
HSL345.71º75.54%27.25%-
HSV(B)345.71º86.07%47.84%-
XYZ8.644.712.64-
YUV51.24122.79178.47-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 67.40%
GREEN value IS 17 (7.03% from 255) = 9.39%
BLUE value IS 42 (16.80% from 255) = 23.20%
R=67.40%
G=9.39%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122174200.860.660.52345.7175.5427.25
Hex7A112A056423415a4c1b
Octal172215201261026453211433
Binary111101010001101010010101101000010110100101011010100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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