#742134

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

Shades of Claret #742134

Tints of Claret #742134

Color information

#742134 (or 0x742134) is unknown color: approx Claret. HEX triplet: 74, 21 and 34. RGB value is (116,33,52). Sum of RGB (Red+Green+Blue) = 116+33+52=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #742134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742134 is #8BDECB. Grayscale: #3B3B3B. Windows color (decimal): -9166540 or 3416436. OLE color: 3416436.

HSL color Cylindrical-coordinate representation of color #742134: hue angle of 346.27º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742134 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB1163352-
CMYK00.720.550.55
HSL346.27º55.7%29.22%-
HSV(B)346.27º71.55%45.49%-
XYZ8.375.053.78-
YUV59.98123.5167.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.71%
GREEN value IS 33 (13.28% from 255) = 16.42%
BLUE value IS 52 (20.70% from 255) = 25.87%
R=57.71%
G=16.42%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116335200.720.550.55346.2755.729.22
Hex742134048373715a381d
Octal1644164011067675327035
Binary11101001000011101000100100011011111011110101101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742134; }

 p { color: rgb(116,33,52); }

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

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

 a { background-color: rgb(116,33,52); }

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

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

 span { border-color: rgb(116,33,52); }

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