#741534

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

Shades of Claret #741534

Tints of Claret #741534

Color information

#741534 (or 0x741534) is unknown color: approx Claret. HEX triplet: 74, 15 and 34. RGB value is (116,21,52). Sum of RGB (Red+Green+Blue) = 116+21+52=189 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.38% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 116 - color contains mainly: red. Hex color #741534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741534 is #8BEACB. Grayscale: #343434. Windows color (decimal): -9169612 or 3413364. OLE color: 3413364.

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

Color convert

RGB1162152-
CMYK00.820.550.55
HSL340.42º69.34%26.86%-
HSV(B)340.42º81.9%45.49%-
XYZ8.094.53.69-
YUV52.94127.47172.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.38%
GREEN value IS 21 (8.59% from 255) = 11.11%
BLUE value IS 52 (20.70% from 255) = 27.51%
R=61.38%
G=11.11%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116215200.820.550.55340.4269.3426.86
Hex7415340523737154451b
Octal16425640122676752410533
Binary11101001010111010001010010110111110111101010100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741534; }

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

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

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

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

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

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

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

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