#7E141D

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

Shades of Red Berry #7E141D

Tints of Red Berry #7E141D

Color information

#7E141D (or 0x7E141D) is unknown color: approx Red Berry. HEX triplet: 7E, 14 and 1D. RGB value is (126,20,29). Sum of RGB (Red+Green+Blue) = 126+20+29=175 (23% of max value = 765). Red value is 126 (49.61% from 255 or 72% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 126 - color contains mainly: red. Hex color #7E141D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E141D is #81EBE2. Grayscale: #343434. Windows color (decimal): -8514531 or 1905790. OLE color: 1905790.

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

Color convert

RGB1262029-
CMYK00.840.770.51
HSL354.91º72.6%28.63%-
HSV(B)354.91º84.13%49.41%-
XYZ9.085.021.65-
YUV52.72114.62180.27-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 72%
GREEN value IS 20 (8.20% from 255) = 11.43%
BLUE value IS 29 (11.72% from 255) = 16.57%
R=72%
G=11.43%
B=16.57%

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
Decimal126202900.840.770.51354.9172.628.63
Hex7E141D0544D33163491d
Octal176243501241156354311135
Binary11111101010011101010101001001101110011101100011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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