#74141E

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

Shades of Red Berry #74141E

Tints of Red Berry #74141E

Color information

#74141E (or 0x74141E) is unknown color: approx Red Berry. HEX triplet: 74, 14 and 1E. RGB value is (116,20,30). Sum of RGB (Red+Green+Blue) = 116+20+30=166 (21% of max value = 765). Red value is 116 (45.70% from 255 or 69.88% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 116 - color contains mainly: red. Hex color #74141E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74141E is #8BEBE1. Grayscale: #313131. Windows color (decimal): -9169890 or 1971316. OLE color: 1971316.

HSL color Cylindrical-coordinate representation of color #74141E: hue angle of 353.75º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74141E is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1162030-
CMYK00.830.740.55
HSL353.75º70.59%26.67%-
HSV(B)353.75º82.76%45.49%-
XYZ7.694.311.65-
YUV49.84116.8175.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 69.88%
GREEN value IS 20 (8.20% from 255) = 12.05%
BLUE value IS 30 (12.11% from 255) = 18.07%
R=69.88%
G=12.05%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116203000.830.740.55353.7570.5926.67
Hex74141E0534A37162471b
Octal164243601231126754210733
Binary11101001010011110010100111001010110111101100010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74141E; }

 p { color: rgb(116,20,30); }

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

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

 a { background-color: rgb(116,20,30); }

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

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

 span { border-color: rgb(116,20,30); }

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