#74131A

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

Shades of Red Berry #74131A

Tints of Red Berry #74131A

Color information

#74131A (or 0x74131A) is unknown color: approx Red Berry. HEX triplet: 74, 13 and 1A. RGB value is (116,19,26). Sum of RGB (Red+Green+Blue) = 116+19+26=161 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.05% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 116 - color contains mainly: red. Hex color #74131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74131A is #8BECE5. Grayscale: #303030. Windows color (decimal): -9170150 or 1708916. OLE color: 1708916.

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

Color convert

RGB1161926-
CMYK00.840.780.55
HSL355.67º71.85%26.47%-
HSV(B)355.67º83.62%45.49%-
XYZ7.624.251.4-
YUV48.8115.14175.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 72.05%
GREEN value IS 19 (7.81% from 255) = 11.80%
BLUE value IS 26 (10.55% from 255) = 16.15%
R=72.05%
G=11.80%
B=16.15%

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
Decimal116192600.840.780.55355.6771.8526.47
Hex74131A0544E37164481a
Octal164233201241166754411032
Binary11101001001111010010101001001110110111101100100100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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