#7E1326

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

Shades of Red Berry #7E1326

Tints of Red Berry #7E1326

Color information

#7E1326 (or 0x7E1326) is unknown color: approx Red Berry. HEX triplet: 7E, 13 and 26. RGB value is (126,19,38). Sum of RGB (Red+Green+Blue) = 126+19+38=183 (24% of max value = 765). Red value is 126 (49.61% from 255 or 68.85% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 38 (15.23% from 255 or 20.77% from 183); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1326 is #81ECD9. Grayscale: #353535. Windows color (decimal): -8514778 or 2495358. OLE color: 2495358.

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

Color convert

RGB1261938-
CMYK00.850.700.51
HSL349.35º73.79%28.43%-
HSV(B)349.35º84.92%49.41%-
XYZ9.195.042.32-
YUV53.16119.45179.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 68.85%
GREEN value IS 19 (7.81% from 255) = 10.38%
BLUE value IS 38 (15.23% from 255) = 20.77%
R=68.85%
G=10.38%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126193800.850.700.51349.3573.7928.43
Hex7E1326055463315d4a1c
Octal176234601251066353511234
Binary111111010011100110010101011000110110011101011101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,19,38); }

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

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

 a { background-color: rgb(126,19,38); }

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

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

 span { border-color: rgb(126,19,38); }

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