#741531

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

Shades of Claret #741531

Tints of Claret #741531

Color information

#741531 (or 0x741531) is unknown color: approx Claret. HEX triplet: 74, 15 and 31. RGB value is (116,21,49). Sum of RGB (Red+Green+Blue) = 116+21+49=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #741531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741531 is #8BEACE. Grayscale: #343434. Windows color (decimal): -9169615 or 3216756. OLE color: 3216756.

HSL color Cylindrical-coordinate representation of color #741531: hue angle of 342.32º 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 #741531 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1162149-
CMYK00.820.580.55
HSL342.32º69.34%26.86%-
HSV(B)342.32º81.9%45.49%-
XYZ8.034.473.35-
YUV52.6125.97173.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 62.37%
GREEN value IS 21 (8.59% from 255) = 11.29%
BLUE value IS 49 (19.53% from 255) = 26.34%
R=62.37%
G=11.29%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116214900.820.580.55342.3269.3426.86
Hex7415310523A37156451b
Octal16425610122726752610533
Binary11101001010111000101010010111010110111101010110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741531; }

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

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

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

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

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

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

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

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