#7A1517

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

Shades of Red Berry #7A1517

Tints of Red Berry #7A1517

Color information

#7A1517 (or 0x7A1517) is unknown color: approx Red Berry. HEX triplet: 7A, 15 and 17. RGB value is (122,21,23). Sum of RGB (Red+Green+Blue) = 122+21+23=166 (21% of max value = 765). Red value is 122 (48.05% from 255 or 73.49% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1517 is #85EAE8. Grayscale: #333333. Windows color (decimal): -8776425 or 1512826. OLE color: 1512826.

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

Color convert

RGB1222123-
CMYK00.830.810.52
HSL358.81º70.63%28.04%-
HSV(B)358.81º82.79%47.84%-
XYZ8.454.741.28-
YUV51.43111.96178.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 73.49%
GREEN value IS 21 (8.59% from 255) = 12.65%
BLUE value IS 23 (9.38% from 255) = 13.86%
R=73.49%
G=12.65%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122212300.830.810.52358.8170.6328.04
Hex7A15170535134167471c
Octal172252701231216454710734
Binary11110101010110111010100111010001110100101100111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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