#7A1522

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

Shades of Red Berry #7A1522

Tints of Red Berry #7A1522

Color information

#7A1522 (or 0x7A1522) is unknown color: approx Red Berry. HEX triplet: 7A, 15 and 22. RGB value is (122,21,34). Sum of RGB (Red+Green+Blue) = 122+21+34=177 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.93% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1522 is #85EADD. Grayscale: #343434. Windows color (decimal): -8776414 or 2233722. OLE color: 2233722.

HSL color Cylindrical-coordinate representation of color #7A1522: hue angle of 352.28º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A1522 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.52.

Color convert

RGB1222134-
CMYK00.830.720.52
HSL352.28º70.63%28.04%-
HSV(B)352.28º82.79%47.84%-
XYZ8.584.791.99-
YUV52.68117.46177.44-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 68.93%
GREEN value IS 21 (8.59% from 255) = 11.86%
BLUE value IS 34 (13.67% from 255) = 19.21%
R=68.93%
G=11.86%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.72
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122213400.830.720.52352.2870.6328.04
Hex7A15220534834160471c
Octal172254201231106454010734
Binary111101010101100010010100111001000110100101100000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,21,34); }

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

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

 a { background-color: rgb(122,21,34); }

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

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

 span { border-color: rgb(122,21,34); }

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