#74111A

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

Shades of Red Berry #74111A

Tints of Red Berry #74111A

Color information

#74111A (or 0x74111A) is unknown color: approx Red Berry. HEX triplet: 74, 11 and 1A. RGB value is (116,17,26). Sum of RGB (Red+Green+Blue) = 116+17+26=159 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.96% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 116 - color contains mainly: red. Hex color #74111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74111A is #8BEEE5. Grayscale: #2F2F2F. Windows color (decimal): -9170662 or 1708404. OLE color: 1708404.

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

Color convert

RGB1161726-
CMYK00.850.780.55
HSL354.55º74.44%26.08%-
HSV(B)354.55º85.34%45.49%-
XYZ7.594.191.39-
YUV47.63115.8176.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 72.96%
GREEN value IS 17 (7.03% from 255) = 10.69%
BLUE value IS 26 (10.55% from 255) = 16.35%
R=72.96%
G=10.69%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116172600.850.780.55354.5574.4426.08
Hex74111A0554E371634a1a
Octal164213201251166754311232
Binary11101001000111010010101011001110110111101100011100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74111A; }

 p { color: rgb(116,17,26); }

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

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

 a { background-color: rgb(116,17,26); }

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

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

 span { border-color: rgb(116,17,26); }

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