#7A1E21

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

Shades of Red Berry #7A1E21

Tints of Red Berry #7A1E21

Color information

#7A1E21 (or 0x7A1E21) is unknown color: approx Red Berry. HEX triplet: 7A, 1E and 21. RGB value is (122,30,33). Sum of RGB (Red+Green+Blue) = 122+30+33=185 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.95% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1E21 is #85E1DE. Grayscale: #393939. Windows color (decimal): -8774111 or 2170490. OLE color: 2170490.

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

Color convert

RGB1223033-
CMYK00.750.730.52
HSL358.04º60.53%29.8%-
HSV(B)358.04º75.41%47.84%-
XYZ8.765.181.98-
YUV57.85113.98173.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 65.95%
GREEN value IS 30 (12.11% from 255) = 16.22%
BLUE value IS 33 (13.28% from 255) = 17.84%
R=65.95%
G=16.22%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122303300.750.730.52358.0460.5329.8
Hex7A1E2104B49341663d1e
Octal17236410113111645467536
Binary11110101111010000101001011100100111010010110011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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