#7A1A1E

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

Shades of Red Berry #7A1A1E

Tints of Red Berry #7A1A1E

Color information

#7A1A1E (or 0x7A1A1E) is unknown color: approx Red Berry. HEX triplet: 7A, 1A and 1E. RGB value is (122,26,30). Sum of RGB (Red+Green+Blue) = 122+26+30=178 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.54% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1A1E is #85E5E1. Grayscale: #373737. Windows color (decimal): -8775138 or 1972858. OLE color: 1972858.

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

Color convert

RGB1222630-
CMYK00.790.750.52
HSL357.5º64.86%29.02%-
HSV(B)357.5º78.69%47.84%-
XYZ8.634.971.73-
YUV55.16113.8175.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 68.54%
GREEN value IS 26 (10.55% from 255) = 14.61%
BLUE value IS 30 (12.11% from 255) = 16.85%
R=68.54%
G=14.61%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122263000.790.750.52357.564.8629.02
Hex7A1A1E04F4B34166411d
Octal172323601171136454610135
Binary11110101101011110010011111001011110100101100110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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