#7A1428

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

Shades of Red Berry #7A1428

Tints of Red Berry #7A1428

Color information

#7A1428 (or 0x7A1428) is unknown color: approx Red Berry. HEX triplet: 7A, 14 and 28. RGB value is (122,20,40). Sum of RGB (Red+Green+Blue) = 122+20+40=182 (24% of max value = 765). Red value is 122 (48.05% from 255 or 67.03% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1428 is #85EBD7. Grayscale: #343434. Windows color (decimal): -8776664 or 2626682. OLE color: 2626682.

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

Color convert

RGB1222040-
CMYK00.840.670.52
HSL348.24º71.83%27.84%-
HSV(B)348.24º83.61%47.84%-
XYZ8.664.792.48-
YUV52.78120.79177.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 67.03%
GREEN value IS 20 (8.20% from 255) = 10.99%
BLUE value IS 40 (16.02% from 255) = 21.98%
R=67.03%
G=10.99%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122204000.840.670.52348.2471.8327.84
Hex7A1428054433415c481c
Octal172245001241036453411034
Binary111101010100101000010101001000011110100101011100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,20,40); }

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

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

 a { background-color: rgb(122,20,40); }

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

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

 span { border-color: rgb(122,20,40); }

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