#742733

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

Shades of Claret #742733

Tints of Claret #742733

Color information

#742733 (or 0x742733) is unknown color: approx Claret. HEX triplet: 74, 27 and 33. RGB value is (116,39,51). Sum of RGB (Red+Green+Blue) = 116+39+51=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #742733 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742733 is #8BD8CC. Grayscale: #3F3F3F. Windows color (decimal): -9165005 or 3352436. OLE color: 3352436.

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

Color convert

RGB1163951-
CMYK00.660.560.55
HSL350.65º49.68%30.39%-
HSV(B)350.65º66.38%45.49%-
XYZ8.535.43.73-
YUV63.39121.01165.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.31%
GREEN value IS 39 (15.62% from 255) = 18.93%
BLUE value IS 51 (20.31% from 255) = 24.76%
R=56.31%
G=18.93%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116395100.660.560.55350.6549.6830.39
Hex742733042383715f321e
Octal1644763010270675376236
Binary11101001001111100110100001011100011011110101111111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742733; }

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

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

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

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

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

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

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

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