#7E121A

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

Shades of Red Berry #7E121A

Tints of Red Berry #7E121A

Color information

#7E121A (or 0x7E121A) is unknown color: approx Red Berry. HEX triplet: 7E, 12 and 1A. RGB value is (126,18,26). Sum of RGB (Red+Green+Blue) = 126+18+26=170 (22% of max value = 765). Red value is 126 (49.61% from 255 or 74.12% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 126 - color contains mainly: red. Hex color #7E121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E121A is #81EDE5. Grayscale: #333333. Windows color (decimal): -8515046 or 1708670. OLE color: 1708670.

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

Color convert

RGB1261826-
CMYK00.860.790.51
HSL355.56º75%28.24%-
HSV(B)355.56º85.71%49.41%-
XYZ9.014.941.46-
YUV51.2113.78181.35-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 74.12%
GREEN value IS 18 (7.42% from 255) = 10.59%
BLUE value IS 26 (10.55% from 255) = 15.29%
R=74.12%
G=10.59%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126182600.860.790.51355.567528.24
Hex7E121A0564F331644b1c
Octal176223201261176354411334
Binary11111101001011010010101101001111110011101100100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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