#741416

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

Shades of Red Berry #741416

Tints of Red Berry #741416

Color information

#741416 (or 0x741416) is unknown color: approx Red Berry. HEX triplet: 74, 14 and 16. RGB value is (116,20,22). Sum of RGB (Red+Green+Blue) = 116+20+22=158 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.42% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 116 - color contains mainly: red. Hex color #741416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741416 is #8BEBE9. Grayscale: #313131. Windows color (decimal): -9169898 or 1447028. OLE color: 1447028.

HSL color Cylindrical-coordinate representation of color #741416: hue angle of 358.75º 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 #741416 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB1162022-
CMYK00.830.810.55
HSL358.75º70.59%26.67%-
HSV(B)358.75º82.76%45.49%-
XYZ7.64.271.18-
YUV48.93112.8175.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 73.42%
GREEN value IS 20 (8.20% from 255) = 12.66%
BLUE value IS 22 (8.98% from 255) = 13.92%
R=73.42%
G=12.66%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116202200.830.810.55358.7570.5926.67
Hex7414160535137167471b
Octal164242601231216754710733
Binary11101001010010110010100111010001110111101100111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741416; }

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

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

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

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

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

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

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

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