#742734

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

Shades of Claret #742734

Tints of Claret #742734

Color information

#742734 (or 0x742734) is unknown color: approx Claret. HEX triplet: 74, 27 and 34. RGB value is (116,39,52). Sum of RGB (Red+Green+Blue) = 116+39+52=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 52 (20.70% from 255 or 25.12% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #742734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742734 is #8BD8CB. Grayscale: #3F3F3F. Windows color (decimal): -9165004 or 3417972. OLE color: 3417972.

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

Color convert

RGB1163952-
CMYK00.660.550.55
HSL349.87º49.68%30.39%-
HSV(B)349.87º66.38%45.49%-
XYZ8.555.413.84-
YUV63.5121.51165.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.04%
GREEN value IS 39 (15.62% from 255) = 18.84%
BLUE value IS 52 (20.70% from 255) = 25.12%
R=56.04%
G=18.84%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116395200.660.550.55349.8749.6830.39
Hex742734042373715e321e
Octal1644764010267675366236
Binary11101001001111101000100001011011111011110101111011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742734; }

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

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

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

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

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

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

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

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