#7A1219

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

Shades of Red Berry #7A1219

Tints of Red Berry #7A1219

Color information

#7A1219 (or 0x7A1219) is unknown color: approx Red Berry. HEX triplet: 7A, 12 and 19. RGB value is (122,18,25). Sum of RGB (Red+Green+Blue) = 122+18+25=165 (21% of max value = 765). Red value is 122 (48.05% from 255 or 73.94% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1219 is #85EDE6. Grayscale: #313131. Windows color (decimal): -8777191 or 1643130. OLE color: 1643130.

HSL color Cylindrical-coordinate representation of color #7A1219: hue angle of 355.96º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A1219 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB1221825-
CMYK00.850.800.52
HSL355.96º74.29%27.45%-
HSV(B)355.96º85.25%47.84%-
XYZ8.424.641.37-
YUV49.89113.96179.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 73.94%
GREEN value IS 18 (7.42% from 255) = 10.91%
BLUE value IS 25 (10.16% from 255) = 15.15%
R=73.94%
G=10.91%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.80
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122182500.850.800.52355.9674.2927.45
Hex7A121905550341644a1b
Octal172223101251206454411233
Binary11110101001011001010101011010000110100101100100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,18,25); }

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

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

 a { background-color: rgb(122,18,25); }

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

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

 span { border-color: rgb(122,18,25); }

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