#741114

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

Shades of Red Berry #741114

Tints of Red Berry #741114

Color information

#741114 (or 0x741114) is unknown color: approx Red Berry. HEX triplet: 74, 11 and 14. RGB value is (116,17,20). Sum of RGB (Red+Green+Blue) = 116+17+20=153 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.82% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 116 - color contains mainly: red. Hex color #741114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741114 is #8BEEEB. Grayscale: #2F2F2F. Windows color (decimal): -9170668 or 1315188. OLE color: 1315188.

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

Color convert

RGB1161720-
CMYK00.850.830.55
HSL358.18º74.44%26.08%-
HSV(B)358.18º85.34%45.49%-
XYZ7.534.161.07-
YUV46.94112.8177.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 75.82%
GREEN value IS 17 (7.03% from 255) = 11.11%
BLUE value IS 20 (8.20% from 255) = 13.07%
R=75.82%
G=11.11%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116172000.850.830.55358.1874.4426.08
Hex74111405553371664a1a
Octal164212401251236754611232
Binary11101001000110100010101011010011110111101100110100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741114; }

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

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

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

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

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

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

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

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