#7A1E27

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

Shades of Red Berry #7A1E27

Tints of Red Berry #7A1E27

Color information

#7A1E27 (or 0x7A1E27) is unknown color: approx Red Berry. HEX triplet: 7A, 1E and 27. RGB value is (122,30,39). Sum of RGB (Red+Green+Blue) = 122+30+39=191 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.87% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1E27 is #85E1D8. Grayscale: #3A3A3A. Windows color (decimal): -8774105 or 2563706. OLE color: 2563706.

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

Color convert

RGB1223039-
CMYK00.750.680.52
HSL354.13º60.53%29.8%-
HSV(B)354.13º75.41%47.84%-
XYZ8.865.212.46-
YUV58.53116.98173.27-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 63.87%
GREEN value IS 30 (12.11% from 255) = 15.71%
BLUE value IS 39 (15.62% from 255) = 20.42%
R=63.87%
G=15.71%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122303900.750.680.52354.1360.5329.8
Hex7A1E2704B44341623d1e
Octal17236470113104645427536
Binary11110101111010011101001011100010011010010110001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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