#741113

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

Shades of Red Berry #741113

Tints of Red Berry #741113

Color information

#741113 (or 0x741113) is unknown color: approx Red Berry. HEX triplet: 74, 11 and 13. RGB value is (116,17,19). Sum of RGB (Red+Green+Blue) = 116+17+19=152 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.32% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 116 - color contains mainly: red. Hex color #741113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741113 is #8BEEEC. Grayscale: #2E2E2E. Windows color (decimal): -9170669 or 1249652. OLE color: 1249652.

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

Color convert

RGB1161719-
CMYK00.850.840.55
HSL358.79º74.44%26.08%-
HSV(B)358.79º85.34%45.49%-
XYZ7.524.161.02-
YUV46.83112.3177.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 76.32%
GREEN value IS 17 (7.03% from 255) = 11.18%
BLUE value IS 19 (7.81% from 255) = 12.5%
R=76.32%
G=11.18%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116171900.850.840.55358.7974.4426.08
Hex74111305554371674a1a
Octal164212301251246754711232
Binary11101001000110011010101011010100110111101100111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741113; }

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

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

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

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

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

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

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

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