#7E1325

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

Shades of Red Berry #7E1325

Tints of Red Berry #7E1325

Color information

#7E1325 (or 0x7E1325) is unknown color: approx Red Berry. HEX triplet: 7E, 13 and 25. RGB value is (126,19,37). Sum of RGB (Red+Green+Blue) = 126+19+37=182 (24% of max value = 765). Red value is 126 (49.61% from 255 or 69.23% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1325 is #81ECDA. Grayscale: #353535. Windows color (decimal): -8514779 or 2429822. OLE color: 2429822.

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

Color convert

RGB1261937-
CMYK00.850.710.51
HSL349.91º73.79%28.43%-
HSV(B)349.91º84.92%49.41%-
XYZ9.175.032.24-
YUV53.04118.95180.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 69.23%
GREEN value IS 19 (7.81% from 255) = 10.44%
BLUE value IS 37 (14.84% from 255) = 20.33%
R=69.23%
G=10.44%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.71
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126193700.850.710.51349.9173.7928.43
Hex7E1325055473315e4a1c
Octal176234501251076353611234
Binary111111010011100101010101011000111110011101011110100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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