#741E29

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

Shades of Red Berry #741E29

Tints of Red Berry #741E29

Color information

#741E29 (or 0x741E29) is unknown color: approx Red Berry. HEX triplet: 74, 1E and 29. RGB value is (116,30,41). Sum of RGB (Red+Green+Blue) = 116+30+41=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #741E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741E29 is #8BE1D6. Grayscale: #393939. Windows color (decimal): -9167319 or 2694772. OLE color: 2694772.

HSL color Cylindrical-coordinate representation of color #741E29: hue angle of 352.33º 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 #741E29 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB1163041-
CMYK00.740.650.55
HSL352.33º58.9%28.63%-
HSV(B)352.33º74.14%45.49%-
XYZ8.074.82.6-
YUV56.97118.99170.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 62.03%
GREEN value IS 30 (12.11% from 255) = 16.04%
BLUE value IS 41 (16.41% from 255) = 21.93%
R=62.03%
G=16.04%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116304100.740.650.55352.3358.928.63
Hex741E2904A41371603b1d
Octal16436510112101675407335
Binary11101001111010100101001010100000111011110110000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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