#7C1429

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

Shades of Red Berry #7C1429

Tints of Red Berry #7C1429

Color information

#7C1429 (or 0x7C1429) is unknown color: approx Red Berry. HEX triplet: 7C, 14 and 29. RGB value is (124,20,41). Sum of RGB (Red+Green+Blue) = 124+20+41=185 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.03% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1429 is #83EBD6. Grayscale: #353535. Windows color (decimal): -8645591 or 2692220. OLE color: 2692220.

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

Color convert

RGB1242041-
CMYK00.840.670.51
HSL347.88º72.22%28.24%-
HSV(B)347.88º83.87%48.63%-
XYZ8.964.952.58-
YUV53.49120.96178.29-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 67.03%
GREEN value IS 20 (8.20% from 255) = 10.81%
BLUE value IS 41 (16.41% from 255) = 22.16%
R=67.03%
G=10.81%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124204100.840.670.51347.8872.2228.24
Hex7C1429054433315c481c
Octal174245101241036353411034
Binary111110010100101001010101001000011110011101011100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,20,41); }

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

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

 a { background-color: rgb(124,20,41); }

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

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

 span { border-color: rgb(124,20,41); }

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