#7A1E28

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

Shades of Red Berry #7A1E28

Tints of Red Berry #7A1E28

Color information

#7A1E28 (or 0x7A1E28) is unknown color: approx Red Berry. HEX triplet: 7A, 1E and 28. RGB value is (122,30,40). Sum of RGB (Red+Green+Blue) = 122+30+40=192 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.54% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1E28 is #85E1D7. Grayscale: #3A3A3A. Windows color (decimal): -8774104 or 2629242. OLE color: 2629242.

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

Color convert

RGB1223040-
CMYK00.750.670.52
HSL353.48º60.53%29.8%-
HSV(B)353.48º75.41%47.84%-
XYZ8.875.222.55-
YUV58.65117.48173.19-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 63.54%
GREEN value IS 30 (12.11% from 255) = 15.62%
BLUE value IS 40 (16.02% from 255) = 20.83%
R=63.54%
G=15.62%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122304000.750.670.52353.4860.5329.8
Hex7A1E2804B43341613d1e
Octal17236500113103645417536
Binary11110101111010100001001011100001111010010110000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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