#7C141D

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

Shades of Red Berry #7C141D

Tints of Red Berry #7C141D

Color information

#7C141D (or 0x7C141D) is unknown color: approx Red Berry. HEX triplet: 7C, 14 and 1D. RGB value is (124,20,29). Sum of RGB (Red+Green+Blue) = 124+20+29=173 (22% of max value = 765). Red value is 124 (48.83% from 255 or 71.68% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 124 - color contains mainly: red. Hex color #7C141D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C141D is #83EBE2. Grayscale: #343434. Windows color (decimal): -8645603 or 1905788. OLE color: 1905788.

HSL color Cylindrical-coordinate representation of color #7C141D: hue angle of 354.81º 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 #7C141D is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.51.

Color convert

RGB1242029-
CMYK00.840.770.51
HSL354.81º72.22%28.24%-
HSV(B)354.81º83.87%48.63%-
XYZ8.784.871.64-
YUV52.12114.96179.27-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 71.68%
GREEN value IS 20 (8.20% from 255) = 11.56%
BLUE value IS 29 (11.72% from 255) = 16.76%
R=71.68%
G=11.56%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124202900.840.770.51354.8172.2228.24
Hex7C141D0544D33163481c
Octal174243501241156354311034
Binary11111001010011101010101001001101110011101100011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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