#741E2C

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

Shades of Red Berry #741E2C

Tints of Red Berry #741E2C

Color information

#741E2C (or 0x741E2C) is unknown color: approx Red Berry. HEX triplet: 74, 1E and 2C. RGB value is (116,30,44). Sum of RGB (Red+Green+Blue) = 116+30+44=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #741E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741E2C is #8BE1D3. Grayscale: #393939. Windows color (decimal): -9167316 or 2891380. OLE color: 2891380.

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

Color convert

RGB1163044-
CMYK00.740.620.55
HSL350.23º58.9%28.63%-
HSV(B)350.23º74.14%45.49%-
XYZ8.124.822.89-
YUV57.31120.49169.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.05%
GREEN value IS 30 (12.11% from 255) = 15.79%
BLUE value IS 44 (17.58% from 255) = 23.16%
R=61.05%
G=15.79%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116304400.740.620.55350.2358.928.63
Hex741E2C04A3E3715e3b1d
Octal1643654011276675367335
Binary1110100111101011000100101011111011011110101111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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