#741219

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

Shades of Red Berry #741219

Tints of Red Berry #741219

Color information

#741219 (or 0x741219) is unknown color: approx Red Berry. HEX triplet: 74, 12 and 19. RGB value is (116,18,25). Sum of RGB (Red+Green+Blue) = 116+18+25=159 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.96% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 116 - color contains mainly: red. Hex color #741219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741219 is #8BEDE6. Grayscale: #303030. Windows color (decimal): -9170407 or 1643124. OLE color: 1643124.

HSL color Cylindrical-coordinate representation of color #741219: hue angle of 355.71º degrees, saturation: 0.73, 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 #741219 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB1161825-
CMYK00.840.780.55
HSL355.71º73.13%26.27%-
HSV(B)355.71º84.48%45.49%-
XYZ7.594.221.33-
YUV48.1114.97176.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 72.96%
GREEN value IS 18 (7.42% from 255) = 11.32%
BLUE value IS 25 (10.16% from 255) = 15.72%
R=72.96%
G=11.32%
B=15.72%

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
Decimal116182500.840.780.55355.7173.1326.27
Hex7412190544E37164491a
Octal164223101241166754411132
Binary11101001001011001010101001001110110111101100100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741219; }

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

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

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

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

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

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

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

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