#741734

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

Shades of Claret #741734

Tints of Claret #741734

Color information

#741734 (or 0x741734) is unknown color: approx Claret. HEX triplet: 74, 17 and 34. RGB value is (116,23,52). Sum of RGB (Red+Green+Blue) = 116+23+52=191 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.73% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 116 - color contains mainly: red. Hex color #741734 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741734 is #8BE8CB. Grayscale: #363636. Windows color (decimal): -9169100 or 3413876. OLE color: 3413876.

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

Color convert

RGB1162352-
CMYK00.800.550.55
HSL341.29º66.91%27.25%-
HSV(B)341.29º80.17%45.49%-
XYZ8.134.573.7-
YUV54.11126.81172.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 60.73%
GREEN value IS 23 (9.38% from 255) = 12.04%
BLUE value IS 52 (20.70% from 255) = 27.23%
R=60.73%
G=12.04%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116235200.800.550.55341.2966.9127.25
Hex7417340503737155431b
Octal16427640120676752510333
Binary11101001011111010001010000110111110111101010101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741734; }

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

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

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

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

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

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

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

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