#7A1622

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

Shades of Red Berry #7A1622

Tints of Red Berry #7A1622

Color information

#7A1622 (or 0x7A1622) is unknown color: approx Red Berry. HEX triplet: 7A, 16 and 22. RGB value is (122,22,34). Sum of RGB (Red+Green+Blue) = 122+22+34=178 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.54% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1622 is #85E9DD. Grayscale: #353535. Windows color (decimal): -8776158 or 2233978. OLE color: 2233978.

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

Color convert

RGB1222234-
CMYK00.820.720.52
HSL352.8º69.44%28.24%-
HSV(B)352.8º81.97%47.84%-
XYZ8.64.831.99-
YUV53.27117.13177.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 68.54%
GREEN value IS 22 (8.98% from 255) = 12.36%
BLUE value IS 34 (13.67% from 255) = 19.10%
R=68.54%
G=12.36%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122223400.820.720.52352.869.4428.24
Hex7A16220524834161451c
Octal172264201221106454110534
Binary111101010110100010010100101001000110100101100001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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