#741218

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

Shades of Red Berry #741218

Tints of Red Berry #741218

Color information

#741218 (or 0x741218) is unknown color: approx Red Berry. HEX triplet: 74, 12 and 18. RGB value is (116,18,24). Sum of RGB (Red+Green+Blue) = 116+18+24=158 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.42% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 24 (9.77% from 255 or 15.19% from 158); Max value from RGB is 116 - color contains mainly: red. Hex color #741218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741218 is #8BEDE7. Grayscale: #303030. Windows color (decimal): -9170408 or 1577588. OLE color: 1577588.

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

Color convert

RGB1161824-
CMYK00.840.790.55
HSL356.33º73.13%26.27%-
HSV(B)356.33º84.48%45.49%-
XYZ7.584.211.28-
YUV47.99114.47176.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 73.42%
GREEN value IS 18 (7.42% from 255) = 11.39%
BLUE value IS 24 (9.77% from 255) = 15.19%
R=73.42%
G=11.39%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116182400.840.790.55356.3373.1326.27
Hex7412180544F37164491a
Octal164223001241176754411132
Binary11101001001011000010101001001111110111101100100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741218; }

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

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

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

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

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

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

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

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