#7A112C

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

Shades of Red Berry #7A112C

Tints of Red Berry #7A112C

Color information

#7A112C (or 0x7A112C) is unknown color: approx Red Berry. HEX triplet: 7A, 11 and 2C. RGB value is (122,17,44). Sum of RGB (Red+Green+Blue) = 122+17+44=183 (24% of max value = 765). Red value is 122 (48.05% from 255 or 66.67% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 122 - color contains mainly: red. Hex color #7A112C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A112C is #85EED3. Grayscale: #333333. Windows color (decimal): -8777428 or 2888058. OLE color: 2888058.

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

Color convert

RGB1221744-
CMYK00.860.640.52
HSL344.57º75.54%27.25%-
HSV(B)344.57º86.07%47.84%-
XYZ8.684.722.84-
YUV51.47123.79178.3-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 66.67%
GREEN value IS 17 (7.03% from 255) = 9.29%
BLUE value IS 44 (17.58% from 255) = 24.04%
R=66.67%
G=9.29%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122174400.860.640.52344.5775.5427.25
Hex7A112C05640341594c1b
Octal172215401261006453111433
Binary111101010001101100010101101000000110100101011001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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