#7E181A

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

Shades of Red Berry #7E181A

Tints of Red Berry #7E181A

Color information

#7E181A (or 0x7E181A) is unknown color: approx Red Berry. HEX triplet: 7E, 18 and 1A. RGB value is (126,24,26). Sum of RGB (Red+Green+Blue) = 126+24+26=176 (23% of max value = 765). Red value is 126 (49.61% from 255 or 71.59% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 126 - color contains mainly: red. Hex color #7E181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E181A is #81E7E5. Grayscale: #363636. Windows color (decimal): -8513510 or 1710206. OLE color: 1710206.

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

Color convert

RGB1262426-
CMYK00.810.790.51
HSL358.82º68%29.41%-
HSV(B)358.82º80.95%49.41%-
XYZ9.125.161.49-
YUV54.73111.79178.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 71.59%
GREEN value IS 24 (9.77% from 255) = 13.64%
BLUE value IS 26 (10.55% from 255) = 14.77%
R=71.59%
G=13.64%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126242600.810.790.51358.826829.41
Hex7E181A0514F33167441d
Octal176303201211176354710435
Binary11111101100011010010100011001111110011101100111100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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