#741D20

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

Shades of Red Berry #741D20

Tints of Red Berry #741D20

Color information

#741D20 (or 0x741D20) is unknown color: approx Red Berry. HEX triplet: 74, 1D and 20. RGB value is (116,29,32). Sum of RGB (Red+Green+Blue) = 116+29+32=177 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.54% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 116 - color contains mainly: red. Hex color #741D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741D20 is #8BE2DF. Grayscale: #373737. Windows color (decimal): -9167584 or 2104692. OLE color: 2104692.

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

Color convert

RGB1162932-
CMYK00.750.720.55
HSL357.93º60%28.43%-
HSV(B)357.93º75%45.49%-
XYZ7.94.71.86-
YUV55.36114.82171.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 65.54%
GREEN value IS 29 (11.72% from 255) = 16.38%
BLUE value IS 32 (12.89% from 255) = 18.08%
R=65.54%
G=16.38%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116293200.750.720.55357.936028.43
Hex741D2004B48371663c1c
Octal16435400113110675467434
Binary11101001110110000001001011100100011011110110011011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,29,32); }

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

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

 a { background-color: rgb(116,29,32); }

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

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

 span { border-color: rgb(116,29,32); }

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