#7C1519

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

Shades of Red Berry #7C1519

Tints of Red Berry #7C1519

Color information

#7C1519 (or 0x7C1519) is unknown color: approx Red Berry. HEX triplet: 7C, 15 and 19. RGB value is (124,21,25). Sum of RGB (Red+Green+Blue) = 124+21+25=170 (22% of max value = 765). Red value is 124 (48.83% from 255 or 72.94% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1519 is #83EAE6. Grayscale: #343434. Windows color (decimal): -8645351 or 1643900. OLE color: 1643900.

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

Color convert

RGB1242125-
CMYK00.830.800.51
HSL357.67º71.03%28.43%-
HSV(B)357.67º83.06%48.63%-
XYZ8.764.891.4-
YUV52.25112.62179.17-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 72.94%
GREEN value IS 21 (8.59% from 255) = 12.35%
BLUE value IS 25 (10.16% from 255) = 14.71%
R=72.94%
G=12.35%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.80
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124212500.830.800.51357.6771.0328.43
Hex7C15190535033166471c
Octal174253101231206354610734
Binary11111001010111001010100111010000110011101100110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,21,25); }

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

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

 a { background-color: rgb(124,21,25); }

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

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

 span { border-color: rgb(124,21,25); }

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