#741618

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

Shades of Red Berry #741618

Tints of Red Berry #741618

Color information

#741618 (or 0x741618) is unknown color: approx Red Berry. HEX triplet: 74, 16 and 18. RGB value is (116,22,24). Sum of RGB (Red+Green+Blue) = 116+22+24=162 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.60% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 116 - color contains mainly: red. Hex color #741618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741618 is #8BE9E7. Grayscale: #323232. Windows color (decimal): -9169384 or 1578612. OLE color: 1578612.

HSL color Cylindrical-coordinate representation of color #741618: hue angle of 358.72º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #741618 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB1162224-
CMYK00.810.790.55
HSL358.72º68.12%27.06%-
HSV(B)358.72º81.03%45.49%-
XYZ7.654.351.3-
YUV50.33113.14174.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 71.60%
GREEN value IS 22 (8.98% from 255) = 13.58%
BLUE value IS 24 (9.77% from 255) = 14.81%
R=71.60%
G=13.58%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116222400.810.790.55358.7268.1227.06
Hex7416180514F37167441b
Octal164263001211176754710433
Binary11101001011011000010100011001111110111101100111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741618; }

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

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

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

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

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

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

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

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