#7E1417

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

Shades of Red Berry #7E1417

Tints of Red Berry #7E1417

Color information

#7E1417 (or 0x7E1417) is unknown color: approx Red Berry. HEX triplet: 7E, 14 and 17. RGB value is (126,20,23). Sum of RGB (Red+Green+Blue) = 126+20+23=169 (22% of max value = 765). Red value is 126 (49.61% from 255 or 74.56% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E1417 is #81EBE8. Grayscale: #343434. Windows color (decimal): -8514537 or 1512574. OLE color: 1512574.

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

Color convert

RGB1262023-
CMYK00.840.820.51
HSL358.3º72.6%28.63%-
HSV(B)358.3º84.13%49.41%-
XYZ9.0151.3-
YUV52.04111.62180.76-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 74.56%
GREEN value IS 20 (8.20% from 255) = 11.83%
BLUE value IS 23 (9.38% from 255) = 13.61%
R=74.56%
G=11.83%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126202300.840.820.51358.372.628.63
Hex7E14170545233166491d
Octal176242701241226354611135
Binary11111101010010111010101001010010110011101100110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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