#74141F

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

Shades of Red Berry #74141F

Tints of Red Berry #74141F

Color information

#74141F (or 0x74141F) is unknown color: approx Red Berry. HEX triplet: 74, 14 and 1F. RGB value is (116,20,31). Sum of RGB (Red+Green+Blue) = 116+20+31=167 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.46% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 116 - color contains mainly: red. Hex color #74141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74141F is #8BEBE0. Grayscale: #323232. Windows color (decimal): -9169889 or 2036852. OLE color: 2036852.

HSL color Cylindrical-coordinate representation of color #74141F: hue angle of 353.12º 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 #74141F is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB1162031-
CMYK00.830.730.55
HSL353.12º70.59%26.67%-
HSV(B)353.12º82.76%45.49%-
XYZ7.74.311.72-
YUV49.96117.3175.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 69.46%
GREEN value IS 20 (8.20% from 255) = 11.98%
BLUE value IS 31 (12.5% from 255) = 18.56%
R=69.46%
G=11.98%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116203100.830.730.55353.1270.5926.67
Hex74141F0534937161471b
Octal164243701231116754110733
Binary11101001010011111010100111001001110111101100001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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