#7A1425

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

Shades of Red Berry #7A1425

Tints of Red Berry #7A1425

Color information

#7A1425 (or 0x7A1425) is unknown color: approx Red Berry. HEX triplet: 7A, 14 and 25. RGB value is (122,20,37). Sum of RGB (Red+Green+Blue) = 122+20+37=179 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.16% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 37 (14.84% from 255 or 20.67% from 179); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1425 is #85EBDA. Grayscale: #343434. Windows color (decimal): -8776667 or 2430074. OLE color: 2430074.

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

Color convert

RGB1222037-
CMYK00.840.700.52
HSL350º71.83%27.84%-
HSV(B)350º83.61%47.84%-
XYZ8.614.772.22-
YUV52.44119.29177.62-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 68.16%
GREEN value IS 20 (8.20% from 255) = 11.17%
BLUE value IS 37 (14.84% from 255) = 20.67%
R=68.16%
G=11.17%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.70
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122203700.840.700.5235071.8327.84
Hex7A1425054463415e481c
Octal172244501241066453611034
Binary111101010100100101010101001000110110100101011110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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