#7A1E29

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

Shades of Red Berry #7A1E29

Tints of Red Berry #7A1E29

Color information

#7A1E29 (or 0x7A1E29) is unknown color: approx Red Berry. HEX triplet: 7A, 1E and 29. RGB value is (122,30,41). Sum of RGB (Red+Green+Blue) = 122+30+41=193 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.21% from 193); Green value is 30 (12.11% from 255 or 15.54% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1E29 is #85E1D6. Grayscale: #3A3A3A. Windows color (decimal): -8774103 or 2694778. OLE color: 2694778.

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

Color convert

RGB1223041-
CMYK00.750.660.52
HSL352.83º60.53%29.8%-
HSV(B)352.83º75.41%47.84%-
XYZ8.895.232.64-
YUV58.76117.98173.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 63.21%
GREEN value IS 30 (12.11% from 255) = 15.54%
BLUE value IS 41 (16.41% from 255) = 21.24%
R=63.21%
G=15.54%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122304100.750.660.52352.8360.5329.8
Hex7A1E2904B42341613d1e
Octal17236510113102645417536
Binary11110101111010100101001011100001011010010110000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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