#7A1A1D

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

Shades of Red Berry #7A1A1D

Tints of Red Berry #7A1A1D

Color information

#7A1A1D (or 0x7A1A1D) is unknown color: approx Red Berry. HEX triplet: 7A, 1A and 1D. RGB value is (122,26,29). Sum of RGB (Red+Green+Blue) = 122+26+29=177 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.93% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1A1D is #85E5E2. Grayscale: #373737. Windows color (decimal): -8775139 or 1907322. OLE color: 1907322.

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

Color convert

RGB1222629-
CMYK00.790.760.52
HSL358.12º64.86%29.02%-
HSV(B)358.12º78.69%47.84%-
XYZ8.624.971.67-
YUV55.05113.3175.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 68.93%
GREEN value IS 26 (10.55% from 255) = 14.69%
BLUE value IS 29 (11.72% from 255) = 16.38%
R=68.93%
G=14.69%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122262900.790.760.52358.1264.8629.02
Hex7A1A1D04F4C34166411d
Octal172323501171146454610135
Binary11110101101011101010011111001100110100101100110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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