#7A1A2B

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

Shades of Red Berry #7A1A2B

Tints of Red Berry #7A1A2B

Color information

#7A1A2B (or 0x7A1A2B) is unknown color: approx Red Berry. HEX triplet: 7A, 1A and 2B. RGB value is (122,26,43). Sum of RGB (Red+Green+Blue) = 122+26+43=191 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.87% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1A2B is #85E5D4. Grayscale: #383838. Windows color (decimal): -8775125 or 2824826. OLE color: 2824826.

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

Color convert

RGB1222643-
CMYK00.790.650.52
HSL349.38º64.86%29.02%-
HSV(B)349.38º78.69%47.84%-
XYZ8.835.052.79-
YUV56.64120.3174.62-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 63.87%
GREEN value IS 26 (10.55% from 255) = 13.61%
BLUE value IS 43 (17.19% from 255) = 22.51%
R=63.87%
G=13.61%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122264300.790.650.52349.3864.8629.02
Hex7A1A2B04F413415d411d
Octal172325301171016453510135
Binary111101011010101011010011111000001110100101011101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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