#74142F

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

Shades of Claret #74142F

Tints of Claret #74142F

Color information

#74142F (or 0x74142F) is unknown color: approx Claret. HEX triplet: 74, 14 and 2F. RGB value is (116,20,47). Sum of RGB (Red+Green+Blue) = 116+20+47=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #74142F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74142F is #8BEBD0. Grayscale: #333333. Windows color (decimal): -9169873 or 3085428. OLE color: 3085428.

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

Color convert

RGB1162047-
CMYK00.830.590.55
HSL343.12º70.59%26.67%-
HSV(B)343.12º82.76%45.49%-
XYZ7.974.423.12-
YUV51.78125.3173.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 63.39%
GREEN value IS 20 (8.20% from 255) = 10.93%
BLUE value IS 47 (18.75% from 255) = 25.68%
R=63.39%
G=10.93%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116204700.830.590.55343.1270.5926.67
Hex74142F0533B37157471b
Octal16424570123736752710733
Binary11101001010010111101010011111011110111101010111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74142F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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