#7A1617

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

Shades of Red Berry #7A1617

Tints of Red Berry #7A1617

Color information

#7A1617 (or 0x7A1617) is unknown color: approx Red Berry. HEX triplet: 7A, 16 and 17. RGB value is (122,22,23). Sum of RGB (Red+Green+Blue) = 122+22+23=167 (22% of max value = 765). Red value is 122 (48.05% from 255 or 73.05% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 23 (9.38% from 255 or 13.77% from 167); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1617 is #85E9E8. Grayscale: #343434. Windows color (decimal): -8776169 or 1513082. OLE color: 1513082.

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

Color convert

RGB1222223-
CMYK00.820.810.52
HSL359.4º69.44%28.24%-
HSV(B)359.4º81.97%47.84%-
XYZ8.474.771.29-
YUV52.01111.63177.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 73.05%
GREEN value IS 22 (8.98% from 255) = 13.17%
BLUE value IS 23 (9.38% from 255) = 13.77%
R=73.05%
G=13.17%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.81
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122222300.820.810.52359.469.4428.24
Hex7A16170525134167451c
Octal172262701221216454710534
Binary11110101011010111010100101010001110100101100111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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