#74121A

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

Shades of Red Berry #74121A

Tints of Red Berry #74121A

Color information

#74121A (or 0x74121A) is unknown color: approx Red Berry. HEX triplet: 74, 12 and 1A. RGB value is (116,18,26). Sum of RGB (Red+Green+Blue) = 116+18+26=160 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.5% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 116 - color contains mainly: red. Hex color #74121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74121A is #8BEDE5. Grayscale: #303030. Windows color (decimal): -9170406 or 1708660. OLE color: 1708660.

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

Color convert

RGB1161826-
CMYK00.840.780.55
HSL355.1º73.13%26.27%-
HSV(B)355.1º84.48%45.49%-
XYZ7.614.221.39-
YUV48.21115.47176.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 72.5%
GREEN value IS 18 (7.42% from 255) = 11.25%
BLUE value IS 26 (10.55% from 255) = 16.25%
R=72.5%
G=11.25%
B=16.25%

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
Decimal116182600.840.780.55355.173.1326.27
Hex74121A0544E37163491a
Octal164223201241166754311132
Binary11101001001011010010101001001110110111101100011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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