#741432

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

Shades of Claret #741432

Tints of Claret #741432

Color information

#741432 (or 0x741432) is unknown color: approx Claret. HEX triplet: 74, 14 and 32. RGB value is (116,20,50). Sum of RGB (Red+Green+Blue) = 116+20+50=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #741432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741432 is #8BEBCD. Grayscale: #343434. Windows color (decimal): -9169870 or 3282036. OLE color: 3282036.

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

Color convert

RGB1162050-
CMYK00.830.570.55
HSL341.25º70.59%26.67%-
HSV(B)341.25º82.76%45.49%-
XYZ8.034.443.45-
YUV52.12126.8173.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 62.37%
GREEN value IS 20 (8.20% from 255) = 10.75%
BLUE value IS 50 (19.92% from 255) = 26.88%
R=62.37%
G=10.75%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116205000.830.570.55341.2570.5926.67
Hex7414320533937155471b
Octal16424620123716752510733
Binary11101001010011001001010011111001110111101010101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741432; }

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

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

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

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

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

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

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

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