#742739

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

Shades of Claret #742739

Tints of Claret #742739

Color information

#742739 (or 0x742739) is unknown color: approx Claret. HEX triplet: 74, 27 and 39. RGB value is (116,39,57). Sum of RGB (Red+Green+Blue) = 116+39+57=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #742739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742739 is #8BD8C6. Grayscale: #404040. Windows color (decimal): -9164999 or 3745652. OLE color: 3745652.

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

Color convert

RGB1163957-
CMYK00.660.510.55
HSL345.97º49.68%30.39%-
HSV(B)345.97º66.38%45.49%-
XYZ8.675.464.47-
YUV64.08124.01165.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.72%
GREEN value IS 39 (15.62% from 255) = 18.40%
BLUE value IS 57 (22.66% from 255) = 26.89%
R=54.72%
G=18.40%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116395700.660.510.55345.9749.6830.39
Hex742739042333715a321e
Octal1644771010263675326236
Binary11101001001111110010100001011001111011110101101011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742739; }

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

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

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

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

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

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

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

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