#741011

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

Shades of Red Berry #741011

Tints of Red Berry #741011

Color information

#741011 (or 0x741011) is unknown color: approx Red Berry. HEX triplet: 74, 10 and 11. RGB value is (116,16,17). Sum of RGB (Red+Green+Blue) = 116+16+17=149 (19% of max value = 765). Red value is 116 (45.70% from 255 or 77.85% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 116 - color contains mainly: red. Hex color #741011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741011 is #8BEFEE. Grayscale: #2E2E2E. Windows color (decimal): -9170927 or 1118324. OLE color: 1118324.

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

Color convert

RGB1161617-
CMYK00.860.850.55
HSL359.4º75.76%25.88%-
HSV(B)359.4º86.21%45.49%-
XYZ7.494.120.93-
YUV46.01111.63177.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 77.85%
GREEN value IS 16 (6.64% from 255) = 10.74%
BLUE value IS 17 (7.03% from 255) = 11.41%
R=77.85%
G=10.74%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116161700.860.850.55359.475.7625.88
Hex74101105655371674c1a
Octal164202101261256754711432
Binary11101001000010001010101101010101110111101100111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741011; }

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

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

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

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

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

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

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

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