#741733

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

Shades of Claret #741733

Tints of Claret #741733

Color information

#741733 (or 0x741733) is unknown color: approx Claret. HEX triplet: 74, 17 and 33. RGB value is (116,23,51). Sum of RGB (Red+Green+Blue) = 116+23+51=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #741733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741733 is #8BE8CC. Grayscale: #353535. Windows color (decimal): -9169101 or 3348340. OLE color: 3348340.

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

Color convert

RGB1162351-
CMYK00.800.560.55
HSL341.94º66.91%27.25%-
HSV(B)341.94º80.17%45.49%-
XYZ8.114.563.59-
YUV54126.31172.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.05%
GREEN value IS 23 (9.38% from 255) = 12.11%
BLUE value IS 51 (20.31% from 255) = 26.84%
R=61.05%
G=12.11%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116235100.800.560.55341.9466.9127.25
Hex7417330503837156431b
Octal16427630120706752610333
Binary11101001011111001101010000111000110111101010110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741733; }

 p { color: rgb(116,23,51); }

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

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

 a { background-color: rgb(116,23,51); }

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

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

 span { border-color: rgb(116,23,51); }

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