#741319

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

Shades of Red Berry #741319

Tints of Red Berry #741319

Color information

#741319 (or 0x741319) is unknown color: approx Red Berry. HEX triplet: 74, 13 and 19. RGB value is (116,19,25). Sum of RGB (Red+Green+Blue) = 116+19+25=160 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.5% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 116 - color contains mainly: red. Hex color #741319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741319 is #8BECE6. Grayscale: #303030. Windows color (decimal): -9170151 or 1643380. OLE color: 1643380.

HSL color Cylindrical-coordinate representation of color #741319: hue angle of 356.29º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741319 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB1161925-
CMYK00.840.780.55
HSL356.29º71.85%26.47%-
HSV(B)356.29º83.62%45.49%-
XYZ7.614.251.34-
YUV48.69114.64176.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 72.5%
GREEN value IS 19 (7.81% from 255) = 11.88%
BLUE value IS 25 (10.16% from 255) = 15.62%
R=72.5%
G=11.88%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116192500.840.780.55356.2971.8526.47
Hex7413190544E37164481a
Octal164233101241166754411032
Binary11101001001111001010101001001110110111101100100100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741319; }

 p { color: rgb(116,19,25); }

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

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

 a { background-color: rgb(116,19,25); }

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

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

 span { border-color: rgb(116,19,25); }

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