#741720

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

Shades of Red Berry #741720

Tints of Red Berry #741720

Color information

#741720 (or 0x741720) is unknown color: approx Red Berry. HEX triplet: 74, 17 and 20. RGB value is (116,23,32). Sum of RGB (Red+Green+Blue) = 116+23+32=171 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.84% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 116 - color contains mainly: red. Hex color #741720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741720 is #8BE8DF. Grayscale: #333333. Windows color (decimal): -9169120 or 2103156. OLE color: 2103156.

HSL color Cylindrical-coordinate representation of color #741720: hue angle of 354.19º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #741720 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1162332-
CMYK00.800.720.55
HSL354.19º66.91%27.25%-
HSV(B)354.19º80.17%45.49%-
XYZ7.774.431.81-
YUV51.83116.81173.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 67.84%
GREEN value IS 23 (9.38% from 255) = 13.45%
BLUE value IS 32 (12.89% from 255) = 18.71%
R=67.84%
G=13.45%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116233200.800.720.55354.1966.9127.25
Hex7417200504837162431b
Octal164274001201106754210333
Binary111010010111100000010100001001000110111101100010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741720; }

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

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

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

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

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

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

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

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