#74131C

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

Shades of Red Berry #74131C

Tints of Red Berry #74131C

Color information

#74131C (or 0x74131C) is unknown color: approx Red Berry. HEX triplet: 74, 13 and 1C. RGB value is (116,19,28). Sum of RGB (Red+Green+Blue) = 116+19+28=163 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.17% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 116 - color contains mainly: red. Hex color #74131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74131C is #8BECE3. Grayscale: #313131. Windows color (decimal): -9170148 or 1839988. OLE color: 1839988.

HSL color Cylindrical-coordinate representation of color #74131C: hue angle of 354.43º degrees, saturation: 0.72, 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 #74131C is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB1161928-
CMYK00.840.760.55
HSL354.43º71.85%26.47%-
HSV(B)354.43º83.62%45.49%-
XYZ7.644.261.52-
YUV49.03116.14175.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 71.17%
GREEN value IS 19 (7.81% from 255) = 11.66%
BLUE value IS 28 (11.33% from 255) = 17.18%
R=71.17%
G=11.66%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116192800.840.760.55354.4371.8526.47
Hex74131C0544C37162481a
Octal164233401241146754211032
Binary11101001001111100010101001001100110111101100010100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74131C; }

 p { color: rgb(116,19,28); }

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

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

 a { background-color: rgb(116,19,28); }

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

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

 span { border-color: rgb(116,19,28); }

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