#741A2C

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

Shades of Red Berry #741A2C

Tints of Red Berry #741A2C

Color information

#741A2C (or 0x741A2C) is unknown color: approx Red Berry. HEX triplet: 74, 1A and 2C. RGB value is (116,26,44). Sum of RGB (Red+Green+Blue) = 116+26+44=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #741A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741A2C is #8BE5D3. Grayscale: #363636. Windows color (decimal): -9168340 or 2890356. OLE color: 2890356.

HSL color Cylindrical-coordinate representation of color #741A2C: hue angle of 348º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #741A2C is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB1162644-
CMYK00.780.620.55
HSL348º63.38%27.84%-
HSV(B)348º77.59%45.49%-
XYZ8.034.632.85-
YUV54.96121.82171.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 62.37%
GREEN value IS 26 (10.55% from 255) = 13.98%
BLUE value IS 44 (17.58% from 255) = 23.66%
R=62.37%
G=13.98%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116264400.780.620.5534863.3827.84
Hex741A2C04E3E3715c3f1c
Octal1643254011676675347734
Binary1110100110101011000100111011111011011110101110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741A2C; }

 p { color: rgb(116,26,44); }

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

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

 a { background-color: rgb(116,26,44); }

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

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

 span { border-color: rgb(116,26,44); }

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