#7E1214

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

Shades of Red Berry #7E1214

Tints of Red Berry #7E1214

Color information

#7E1214 (or 0x7E1214) is unknown color: approx Red Berry. HEX triplet: 7E, 12 and 14. RGB value is (126,18,20). Sum of RGB (Red+Green+Blue) = 126+18+20=164 (21% of max value = 765). Red value is 126 (49.61% from 255 or 76.83% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E1214 is #81EDEB. Grayscale: #323232. Windows color (decimal): -8515052 or 1315454. OLE color: 1315454.

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

Color convert

RGB1261820-
CMYK00.860.840.51
HSL358.89º75%28.24%-
HSV(B)358.89º85.71%49.41%-
XYZ8.954.921.14-
YUV50.52110.78181.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 76.83%
GREEN value IS 18 (7.42% from 255) = 10.98%
BLUE value IS 20 (8.20% from 255) = 12.20%
R=76.83%
G=10.98%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126182000.860.840.51358.897528.24
Hex7E121405654331674b1c
Octal176222401261246354711334
Binary11111101001010100010101101010100110011101100111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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