#7A1123

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

Shades of Red Berry #7A1123

Tints of Red Berry #7A1123

Color information

#7A1123 (or 0x7A1123) is unknown color: approx Red Berry. HEX triplet: 7A, 11 and 23. RGB value is (122,17,35). Sum of RGB (Red+Green+Blue) = 122+17+35=174 (23% of max value = 765). Red value is 122 (48.05% from 255 or 70.11% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1123 is #85EEDC. Grayscale: #323232. Windows color (decimal): -8777437 or 2298234. OLE color: 2298234.

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

Color convert

RGB1221735-
CMYK00.860.710.52
HSL349.71º75.54%27.25%-
HSV(B)349.71º86.07%47.84%-
XYZ8.534.662.04-
YUV50.45119.29179.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 70.11%
GREEN value IS 17 (7.03% from 255) = 9.77%
BLUE value IS 35 (14.06% from 255) = 20.11%
R=70.11%
G=9.77%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.71
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122173500.860.710.52349.7175.5427.25
Hex7A1123056473415e4c1b
Octal172214301261076453611433
Binary111101010001100011010101101000111110100101011110100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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