#74142D

Color #74142D Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #74142D

Tints of Claret #74142D

Color information

#74142D (or 0x74142D) is unknown color: approx Claret. HEX triplet: 74, 14 and 2D. RGB value is (116,20,45). Sum of RGB (Red+Green+Blue) = 116+20+45=181 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.09% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 116 - color contains mainly: red. Hex color #74142D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74142D is #8BEBD2. Grayscale: #333333. Windows color (decimal): -9169875 or 2954356. OLE color: 2954356.

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

Color convert

RGB1162045-
CMYK00.830.610.55
HSL344.38º70.59%26.67%-
HSV(B)344.38º82.76%45.49%-
XYZ7.934.42.91-
YUV51.55124.3173.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 64.09%
GREEN value IS 20 (8.20% from 255) = 11.05%
BLUE value IS 45 (17.97% from 255) = 24.86%
R=64.09%
G=11.05%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116204500.830.610.55344.3870.5926.67
Hex74142D0533D37158471b
Octal16424550123756753010733
Binary11101001010010110101010011111101110111101011000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74142D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74142D; }

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

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

<style>
 a { background-color: #74142D; }

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

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

<style>
 span { border-color: #74142D; }

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

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