#741134

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

Shades of Claret #741134

Tints of Claret #741134

Color information

#741134 (or 0x741134) is unknown color: approx Claret. HEX triplet: 74, 11 and 34. RGB value is (116,17,52). Sum of RGB (Red+Green+Blue) = 116+17+52=185 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.70% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 116 - color contains mainly: red. Hex color #741134 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741134 is #8BEECB. Grayscale: #323232. Windows color (decimal): -9170636 or 3412340. OLE color: 3412340.

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

Color convert

RGB1161752-
CMYK00.850.550.55
HSL338.79º74.44%26.08%-
HSV(B)338.79º85.34%45.49%-
XYZ8.024.363.67-
YUV50.59128.8174.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 62.70%
GREEN value IS 17 (7.03% from 255) = 9.19%
BLUE value IS 52 (20.70% from 255) = 28.11%
R=62.70%
G=9.19%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116175200.850.550.55338.7974.4426.08
Hex74113405537371534a1a
Octal16421640125676752311232
Binary11101001000111010001010101110111110111101010011100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741134; }

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

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

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

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

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

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

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

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