#741415

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

Shades of Red Berry #741415

Tints of Red Berry #741415

Color information

#741415 (or 0x741415) is unknown color: approx Red Berry. HEX triplet: 74, 14 and 15. RGB value is (116,20,21). Sum of RGB (Red+Green+Blue) = 116+20+21=157 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.89% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 116 - color contains mainly: red. Hex color #741415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741415 is #8BEBEA. Grayscale: #303030. Windows color (decimal): -9169899 or 1381492. OLE color: 1381492.

HSL color Cylindrical-coordinate representation of color #741415: hue angle of 359.38º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741415 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1162021-
CMYK00.830.820.55
HSL359.38º70.59%26.67%-
HSV(B)359.38º82.76%45.49%-
XYZ7.594.271.13-
YUV48.82112.3175.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 73.89%
GREEN value IS 20 (8.20% from 255) = 12.74%
BLUE value IS 21 (8.59% from 255) = 13.38%
R=73.89%
G=12.74%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116202100.830.820.55359.3870.5926.67
Hex7414150535237167471b
Octal164242501231226754710733
Binary11101001010010101010100111010010110111101100111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741415; }

 p { color: rgb(116,20,21); }

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

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

 a { background-color: rgb(116,20,21); }

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

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

 span { border-color: rgb(116,20,21); }

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